certbot/certbot-dns-cloudflare/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
..
.gitignore Cloudflare DNS Authenticator 2017-05-10 15:26:51 -07:00
api.rst Remove DNS plugin API docs. (#7578) 2019-11-22 12:58:06 -08:00
conf.py Fix docs (#9755) 2023-08-25 12:22:14 -07:00
index.rst Put API link at the bottom of DNS plugin docs (#5699) 2018-03-12 17:10:23 -07:00
make.bat Convert http links to https (#8287) 2020-09-23 19:36:55 +02:00
Makefile Cloudflare DNS Authenticator 2017-05-10 15:26:51 -07:00