| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,9 +33,14 @@ | |||
| 33 | 33 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration | |
| 34 | 34 | ||
| 35 | 35 | extensions = [ | |
| 36 | + "sphinx.ext.todo", # Allow todo comments. | ||
| 37 | + "sphinx.ext.viewcode", # Link to source code. | ||
| 36 | 38 | "sphinx.ext.autodoc", | |
| 37 | 39 | "zeroconfautodocfix", # Must be after "sphinx.ext.autodoc" | |
| 38 | 40 | "sphinx.ext.intersphinx", | |
| 41 | + "sphinx.ext.coverage", # Enable the overage report. | ||
| 42 | + "sphinx.ext.duration", # Show build duration at the end. | ||
| 43 | + "sphinx_rtd_theme", # Required for theme. | ||
| 39 | 44 | ] | |
| 40 | 45 | ||
| 41 | 46 | templates_path = ["_templates"] | |
@@ -53,6 +58,11 @@ | |||
| 53 | 58 | "**": ("localtoc.html", "relations.html", "sourcelink.html", "searchbox.html"), | |
| 54 | 59 | } | |
| 55 | 60 | ||
| 61 | + # -- Options for RTD theme --------------------------------------------------- | ||
| 62 | + # https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html | ||
| 63 | + | ||
| 64 | + # html_theme_options = {} | ||
| 65 | + | ||
| 56 | 66 | # -- Options for HTML help output -------------------------------------------- | |
| 57 | 67 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-help-output | |
| 58 | 68 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments