certbot/tools
Brad Warren 579b39dce1
Fix docs (#9755)
* update quickstart and remove os import

* simplify theme use

* list sphinx_rtd_theme as extension

Our docs builds failed last night, presumably because #9754 updated `sphinx_rtd_theme` which changed some unknown thing.

Looking into it, our usage of this project was very unconventional. Following the code comment I deleted in this PR to https://docs.readthedocs.io/en/stable/faq.html#i-want-to-use-the-read-the-docs-theme-locally, simple instructions are given to put the following in your `conf.py` file:
```
extensions = [
    ...
    'sphinx_rtd_theme',
]

html_theme = "sphinx_rtd_theme"
```
I did this instead of the more complicated logic we were using and all builds passed locally. I also triggered a build on readthedocs with these changes which also passed.
2023-08-25 12:22:14 -07:00
..
docker Add some missing type libraries for mypy (#9657) 2023-04-09 11:49:08 +10:00
pinning Update dependencies (#9754) 2023-08-24 17:05:54 -07:00
snap Add some missing type libraries for mypy (#9657) 2023-04-09 11:49:08 +10:00
_changelog_top.txt Remove list of modified packages from changelog. (#7146) 2019-06-11 14:02:54 -07:00
_release.sh Always "pipstrap" when running pip_install.py (#9658) 2023-04-05 16:43:26 -07:00
extract_changelog.py Insert new line before "More details about these changes can be found on our GitHub repo." (#8645) 2021-02-25 16:30:48 -08:00
finish_release.py Update and run isort (#9573) 2023-02-10 10:51:20 -08:00
oldest_constraints.txt Update dependencies (#9754) 2023-08-24 17:05:54 -07:00
pip_install.py Always "pipstrap" when running pip_install.py (#9658) 2023-04-05 16:43:26 -07:00
pipstrap.py Always "pipstrap" when running pip_install.py (#9658) 2023-04-05 16:43:26 -07:00
release.sh Fix snap builds (#9729) 2023-07-07 13:14:05 +10:00
requirements.txt Update dependencies (#9754) 2023-08-24 17:05:54 -07:00
retry.sh Automatically retry test farm tests (#8325) 2020-09-30 17:05:52 -07:00
sphinx-quickstart.sh Fix docs (#9755) 2023-08-25 12:22:14 -07:00
venv.py Always "pipstrap" when running pip_install.py (#9658) 2023-04-05 16:43:26 -07:00