Skip to content

Commit

Permalink
Update conf.py (#383)
Browse files Browse the repository at this point in the history
Removed unused `import datetime` import statement
Fixes #382
  • Loading branch information
Yajus114 authored Sep 27, 2023
1 parent 84378a8 commit f4cf0e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# -- Patch python domain signature regex to allow "foo-bar" style names ------

import re

# modified from sphinx/domains/python.py
py_sig_re = re.compile(
r'''^ ([\w.]*\.)? # class name(s)
Expand All @@ -32,17 +33,14 @@
''', re.VERBOSE)

from sphinx.domains import python

python.py_sig_re = py_sig_re

# -- Project information -----------------------------------------------------

import datetime

project = "Fixit"
copyright = f" Copyright © Meta Platforms, Inc. and affiliates"
author = ""


# -- General configuration ---------------------------------------------------

# Add any Sphinx extension module names here, as strings. They can be
Expand Down

0 comments on commit f4cf0e9

Please sign in to comment.