fix tox docs build

This commit is contained in:
Brian Kohan 2025-04-30 16:29:58 -07:00
parent 6f7a9974fb
commit d4ed30f6f6
No known key found for this signature in database
GPG Key ID: ACE0570056AB4C38
2 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# for readthedocs
# Remaining requirements are picked up from setup.py
Django == 4.2.20
django-extra-views == 0.14.0
sphinxcontrib-django == 0.5.1
sphinx_rtd_theme==2.0.0
Django>=4.2.20
django-extra-views>=0.14.0
sphinxcontrib-django>=2.5
sphinx_rtd_theme>=2.0.0

View File

@ -104,7 +104,6 @@ pygments_style = "sphinx"
# The theme to use for HTML and HTML Help pages. See the documentation for
# 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
@ -269,10 +268,12 @@ texinfo_documents = [
# texinfo_show_urls = 'footnote'
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
#'http://docs.python.org/': None,
"https://docs.djangoproject.com/en/stable": "https://docs.djangoproject.com/en/stable/_objects"
"django": (
"https://docs.djangoproject.com/en/stable",
"https://docs.djangoproject.com/en/stable/_objects/",
),
"python": ('https://docs.python.org/3', None)
}
# autodoc settings