diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index 1c905e7dff..0000000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,15 +0,0 @@ -# .readthedocs.yml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -# Required -version: 2 - -formats: all - -# Optionally set the version of Python and requirements required to build your docs -python: - version: 3.6 - install: - - requirements: requirements.txt - - requirements: requirements-docs.txt diff --git a/docs/dependencies.md b/docs/dependencies.md index 9b27056ce4..afa1e0f205 100644 --- a/docs/dependencies.md +++ b/docs/dependencies.md @@ -3,9 +3,9 @@ We use `pip-tools` to ensure all our dependencies use the same versions on all deployments. To add a dependency, add it to either `requirements.in` or `requirements-dev.in`, then -run `pip-compile requirements[-dev|-docs].in` to generate the .txt file. Please make sure that +run `pip-compile requirements[-dev].in` to generate the .txt file. Please make sure that both the `.in` and `.txt` file changes are part of the commit when updating dependencies. -To update a dependency, use `pip-compile --upgrade-package [package-name] requirements[-dev|-docs].in` +To update a dependency, use `pip-compile --upgrade-package [package-name] requirements[-dev].in` For more details, please see the [pip-tools docs on Github](https://github.com/jazzband/pip-tools). diff --git a/requirements-docs.in b/requirements-docs.in deleted file mode 100644 index 070765f24f..0000000000 --- a/requirements-docs.in +++ /dev/null @@ -1,6 +0,0 @@ --c requirements.txt -sphinx-autobuild==0.7.1 -sphinx-intl -Sphinx==1.6.4 -sphinx_rtd_theme -sphinxcontrib-websupport diff --git a/requirements-docs.txt b/requirements-docs.txt deleted file mode 100644 index 5ebb98b91a..0000000000 --- a/requirements-docs.txt +++ /dev/null @@ -1,95 +0,0 @@ -# -# This file is autogenerated by pip-compile with python 3.10 -# To update, run: -# -# pip-compile requirements-docs.in -# -alabaster==0.7.12 - # via sphinx -argh==0.26.2 - # via sphinx-autobuild -babel==2.9.1 - # via - # sphinx - # sphinx-intl -certifi==2020.12.5 - # via - # -c requirements.txt - # requests -chardet==4.0.0 - # via - # -c requirements.txt - # requests -click==8.1.3 - # via - # -c requirements.txt - # sphinx-intl -docutils==0.15.2 - # via sphinx -idna==2.10 - # via - # -c requirements.txt - # requests -imagesize==1.2.0 - # via sphinx -jinja2==2.11.3 - # via sphinx -livereload==2.6.3 - # via sphinx-autobuild -markupsafe==1.1.1 - # via jinja2 -pathtools==0.1.2 - # via - # sphinx-autobuild - # watchdog -port-for==0.3.1 - # via sphinx-autobuild -pygments==2.15.0 - # via sphinx -pytz==2022.1 - # via - # -c requirements.txt - # babel -pyyaml==5.4 - # via sphinx-autobuild -requests==2.25.1 - # via - # -c requirements.txt - # sphinx -six==1.16.0 - # via - # -c requirements.txt - # livereload - # sphinx -snowballstemmer==2.0.0 - # via sphinx -sphinx==1.6.4 - # via - # -r requirements-docs.in - # sphinx-intl - # sphinx-rtd-theme -sphinx-autobuild==0.7.1 - # via -r requirements-docs.in -sphinx-intl==2.0.1 - # via -r requirements-docs.in -sphinx-rtd-theme==0.5.0 - # via -r requirements-docs.in -sphinxcontrib-serializinghtml==1.1.4 - # via sphinxcontrib-websupport -sphinxcontrib-websupport==1.2.4 - # via - # -r requirements-docs.in - # sphinx -tornado==6.3.3 - # via - # livereload - # sphinx-autobuild -urllib3==1.26.18 - # via - # -c requirements.txt - # requests -watchdog==0.10.3 - # via sphinx-autobuild - -# The following packages are considered to be unsafe in a requirements file: -# setuptools