File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# for readthedocs
2
2
# Remaining requirements are picked up from setup.py
3
- Django == 4.2.20
4
- django-extra-views == 0.14.0
5
- sphinxcontrib-django == 0.5.1
6
- sphinx_rtd_theme = =2.0.0
3
+ Django >= 4.2.20
4
+ django-extra-views >= 0.14.0
5
+ sphinxcontrib-django >= 2.5
6
+ sphinx_rtd_theme > =2.0.0
Original file line number Diff line number Diff line change 14
14
import sys
15
15
16
16
import django
17
- import sphinx_rtd_theme
18
17
19
18
# If extensions (or modules to document with autodoc) are in another directory,
20
19
# add these directories to sys.path here. If the directory is relative to the
104
103
# The theme to use for HTML and HTML Help pages. See the documentation for
105
104
# a list of builtin themes.
106
105
html_theme = "sphinx_rtd_theme"
107
- html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
108
106
109
107
# Theme options are theme-specific and customize the look and feel of a theme
110
108
# further. For a list of options available for each theme, see the
269
267
# texinfo_show_urls = 'footnote'
270
268
271
269
272
- # Example configuration for intersphinx: refer to the Python standard library.
273
270
intersphinx_mapping = {
274
- #'http://docs.python.org/': None,
275
- "https://docs.djangoproject.com/en/stable" : "https://docs.djangoproject.com/en/stable/_objects"
271
+ "django" : (
272
+ "https://docs.djangoproject.com/en/stable" ,
273
+ "https://docs.djangoproject.com/en/stable/_objects/" ,
274
+ ),
275
+ "python" : ("https://docs.python.org/3" , None ),
276
276
}
277
277
278
278
# autodoc settings
You can’t perform that action at this time.
0 commit comments