certbot/certbot-dns-cloudflare
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
..
certbot_dns_cloudflare make dns tests internal (#9639) 2023-03-29 09:10:34 +11:00
docs Fix docs (#9755) 2023-08-25 12:22:14 -07:00
LICENSE.txt Cloudflare DNS Authenticator 2017-05-10 15:26:51 -07:00
MANIFEST.in make dns tests internal (#9639) 2023-03-29 09:10:34 +11:00
README.rst Cloudflare DNS Authenticator 2017-05-10 15:26:51 -07:00
readthedocs.org.requirements.txt Pin readthedocs deps (#9083) 2021-11-04 20:35:44 +11:00
setup.py Fix snap builds (#9729) 2023-07-07 13:14:05 +10:00

Cloudflare DNS Authenticator plugin for Certbot