1
0
mirror of https://github.com/certbot/certbot.git synced 2025-09-13 06:26:32 +03:00
Files
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
..
2018-07-10 20:52:32 -07:00
2019-11-22 12:58:06 -08:00
2023-08-25 12:22:14 -07:00
2018-07-10 20:52:32 -07:00
2020-09-23 19:36:55 +02:00
2018-07-10 20:52:32 -07:00