From 347a5dc215ce76e037effac3a6d28e1bacd7a32c Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Mon, 16 Oct 2023 21:52:01 -0400 Subject: [PATCH] Update doc conf --- docs/conf.py | 2 -- requirements-doc.freeze | 63 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0a1a43e2..84846bc9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,8 +21,6 @@ import django django.setup() -ON_RTD = os.environ.get('READTHEDOCS', None) == 'True' - # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. diff --git a/requirements-doc.freeze b/requirements-doc.freeze index 87d1b6dc..229cf66e 100644 --- a/requirements-doc.freeze +++ b/requirements-doc.freeze @@ -1,10 +1,73 @@ +alabaster==0.7.13 ; python_version >= "3.11" and python_version < "4.0" +appnope==0.1.3 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "darwin" asgiref==3.7.2 ; python_version >= "3.11" and python_version < "4.0" +asttokens==2.4.0 ; python_version >= "3.11" and python_version < "4.0" +babel==2.13.0 ; python_version >= "3.11" and python_version < "4.0" +backcall==0.2.0 ; python_version >= "3.11" and python_version < "4.0" +certifi==2023.7.22 ; python_version >= "3.11" and python_version < "4.0" +charset-normalizer==3.3.0 ; python_version >= "3.11" and python_version < "4.0" +colorama==0.4.6 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "win32" +coverage[toml]==7.3.2 ; python_version >= "3.11" and python_version < "4.0" +decorator==5.1.1 ; python_version >= "3.11" and python_version < "4.0" +django-debug-toolbar==4.2.0 ; python_version >= "3.11" and python_version < "4.0" django-haystack==3.2.1 ; python_version >= "3.11" and python_version < "4.0" django-js-asset==2.1.0 ; python_version >= "3.11" and python_version < "4.0" django-mptt==0.15.0 ; python_version >= "3.11" and python_version < "4.0" django-widget-tweaks==1.5.0 ; python_version >= "3.11" and python_version < "4.0" django==4.2.6 ; python_version >= "3.11" and python_version < "4.0" +docutils==0.18.1 ; python_version >= "3.11" and python_version < "4.0" +execnet==2.0.2 ; python_version >= "3.11" and python_version < "4.0" +executing==2.0.0 ; python_version >= "3.11" and python_version < "4.0" +factory-boy==3.3.0 ; python_version >= "3.11" and python_version < "4.0" +faker==19.10.0 ; python_version >= "3.11" and python_version < "4.0" +flake8==6.1.0 ; python_version >= "3.11" and python_version < "4.0" +idna==3.4 ; python_version >= "3.11" and python_version < "4.0" +imagesize==1.4.1 ; python_version >= "3.11" and python_version < "4.0" +iniconfig==2.0.0 ; python_version >= "3.11" and python_version < "4.0" +ipython==8.16.1 ; python_version >= "3.11" and python_version < "4.0" +isort==5.12.0 ; python_version >= "3.11" and python_version < "4.0" +jedi==0.19.1 ; python_version >= "3.11" and python_version < "4.0" +jinja2==3.1.2 ; python_version >= "3.11" and python_version < "4.0" markdown2==2.4.10 ; python_version >= "3.11" and python_version < "4" +markupsafe==2.1.3 ; python_version >= "3.11" and python_version < "4.0" +matplotlib-inline==0.1.6 ; python_version >= "3.11" and python_version < "4.0" +mccabe==0.7.0 ; python_version >= "3.11" and python_version < "4.0" +mock==5.1.0 ; python_version >= "3.11" and python_version < "4.0" +packaging==23.2 ; python_version >= "3.11" and python_version < "4.0" +parso==0.8.3 ; python_version >= "3.11" and python_version < "4.0" +pexpect==4.8.0 ; python_version >= "3.11" and python_version < "4.0" and sys_platform != "win32" +pickleshare==0.7.5 ; python_version >= "3.11" and python_version < "4.0" pillow==10.1.0 ; python_version >= "3.11" and python_version < "4.0" +pluggy==1.3.0 ; python_version >= "3.11" and python_version < "4.0" +prompt-toolkit==3.0.39 ; python_version >= "3.11" and python_version < "4.0" +ptyprocess==0.7.0 ; python_version >= "3.11" and python_version < "4.0" and sys_platform != "win32" +pure-eval==0.2.2 ; python_version >= "3.11" and python_version < "4.0" +pycodestyle==2.11.1 ; python_version >= "3.11" and python_version < "4.0" +pyflakes==3.1.0 ; python_version >= "3.11" and python_version < "4.0" +pygments==2.16.1 ; python_version >= "3.11" and python_version < "4.0" +pytest-cov==4.1.0 ; python_version >= "3.11" and python_version < "4.0" +pytest-django==4.5.2 ; python_version >= "3.11" and python_version < "4.0" +pytest-pythonpath==0.7.3 ; python_version >= "3.11" and python_version < "4.0" +pytest-spec==3.2.0 ; python_version >= "3.11" and python_version < "4.0" +pytest-xdist==3.3.1 ; python_version >= "3.11" and python_version < "4.0" +pytest==7.4.2 ; python_version >= "3.11" and python_version < "4.0" +python-dateutil==2.8.2 ; python_version >= "3.11" and python_version < "4.0" +requests==2.31.0 ; python_version >= "3.11" and python_version < "4.0" +six==1.16.0 ; python_version >= "3.11" and python_version < "4.0" +snowballstemmer==2.2.0 ; python_version >= "3.11" and python_version < "4.0" +sphinx-rtd-theme==1.3.0 ; python_version >= "3.11" and python_version < "4.0" +sphinx==7.2.6 ; python_version >= "3.11" and python_version < "4.0" +sphinxcontrib-applehelp==1.0.7 ; python_version >= "3.11" and python_version < "4.0" +sphinxcontrib-devhelp==1.0.5 ; python_version >= "3.11" and python_version < "4.0" +sphinxcontrib-htmlhelp==2.0.4 ; python_version >= "3.11" and python_version < "4.0" +sphinxcontrib-jquery==4.1 ; python_version >= "3.11" and python_version < "4.0" +sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.11" and python_version < "4.0" +sphinxcontrib-qthelp==1.0.6 ; python_version >= "3.11" and python_version < "4.0" +sphinxcontrib-serializinghtml==1.1.9 ; python_version >= "3.11" and python_version < "4.0" sqlparse==0.4.4 ; python_version >= "3.11" and python_version < "4.0" +stack-data==0.6.3 ; python_version >= "3.11" and python_version < "4.0" +traitlets==5.11.2 ; python_version >= "3.11" and python_version < "4.0" tzdata==2023.3 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "win32" +urllib3==2.0.6 ; python_version >= "3.11" and python_version < "4.0" +wcwidth==0.2.8 ; python_version >= "3.11" and python_version < "4.0" +whoosh==2.7.4 ; python_version >= "3.11" and python_version < "4.0"