Skip to content

Commit

Permalink
chore: fixed project title and author name
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Aug 29, 2024
1 parent 0a2db35 commit 36373b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ def get_version(*file_paths):
top_level_doc = 'index'

# General information about the project.
project = 'edx_exams'
project = 'getsmarter-api-clients'
copyright = '{year}, edX Inc.'.format(year=datetime.datetime.now().year) # pylint: disable=redefined-builtin
author = 'edx-org'
project_title = 'edx_exams'
author = 'edX Inc.'
project_title = 'getsmarter-api-clients'
documentation_title = f"{project_title}"


Expand Down

0 comments on commit 36373b9

Please sign in to comment.