mirror of
https://github.com/certbot/certbot.git
synced 2026-03-31 06:37:36 -04:00
Currently if you go to https://certbot.eff.org/docs/api/certbot.crypto_util.html, there is a todo comment displayed at the top of the page. These todos were written for developers, not users, so I do not think they should be shown from our documentation. This PR makes the quick and easy fix of configuring Sphinx not to show these todo items. I created #7752 to track removing all of these todos from our docstrings and disabling the Sphinx todo extension. * Set todo_include_todos=False in sphinx-quickstart * Remove todos from existing docs. |
||
|---|---|---|
| .. | ||
| _static | ||
| _templates | ||
| api | ||
| .gitignore | ||
| api.rst | ||
| conf.py | ||
| index.rst | ||
| make.bat | ||
| Makefile | ||