Skip to content

Commit

Permalink
Merge pull request learningequality#12563 from benjaoming/docs-minima…
Browse files Browse the repository at this point in the history
…l-pinning

Docs: Remove legacy stuff from conf.py
  • Loading branch information
jredrejo authored Aug 15, 2024
2 parents fc6ba3e + 821ee88 commit 9e95c49
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from datetime import datetime

import django
import sphinx_rtd_theme
from django.utils.encoding import force_text
from django.utils.html import strip_tags

Expand Down Expand Up @@ -100,7 +99,6 @@ def process_docstring(app, what, name, obj, options, lines):
"sphinx.ext.viewcode",
"m2r",
"notfound.extension",
"sphinxcontrib.jquery",
]

linkcheck_ignore = [
Expand Down Expand Up @@ -144,7 +142,6 @@ def process_docstring(app, what, name, obj, options, lines):
# a list of builtin themes.

html_theme = "sphinx_rtd_theme"
html_theme_path = [".", sphinx_rtd_theme.get_html_theme_path()]

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down

0 comments on commit 9e95c49

Please sign in to comment.