certbot/acme/docs
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
..
_static gitignores for various doc files 2015-10-21 17:06:36 -07:00
_templates gitignores for various doc files 2015-10-21 17:06:36 -07:00
api Remove autodocs for long-removed acme.other module (#5529) 2018-02-12 16:43:11 -08:00
man Fix Sphinx manpage Building (#8646) 2021-02-09 11:29:31 +01:00
.gitignore gitignores for various doc files 2015-10-21 17:06:36 -07:00
api.rst Split JOSE API docs 2015-10-21 17:06:36 -07:00
conf.py Fix docs (#9755) 2023-08-25 12:22:14 -07:00
index.rst Remove ACMEv1 example. (#6668) 2019-01-22 10:39:31 +01:00
jws-help.txt Bump version to 2.7.0 2023-05-09 12:45:29 -07:00
make.bat Convert http links to https (#8287) 2020-09-23 19:36:55 +02:00
Makefile Convert http links to https (#8287) 2020-09-23 19:36:55 +02:00