Skip to content

Commit

Permalink
chore: revert changed code back to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Jul 29, 2024
1 parent eddfbed commit fafcc61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import re
import sys
from subprocess import check_call
import datetime

import sphinx_book_theme

Expand Down Expand Up @@ -90,8 +91,8 @@ def get_version(*file_paths):

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

Expand Down

0 comments on commit fafcc61

Please sign in to comment.