Skip to content

Commit

Permalink
docs: tidied up configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dboddie committed Jul 13, 2023
1 parent 675edf7 commit 8007c0a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,6 @@
.. include:: /reuse/links.txt
"""

# Links to ignore when checking links
linkcheck_ignore = ["http://127.0.0.1:8000"]

html_theme = "furo"
html_static_path = ["_static"]
html_css_files = [
"css/custom.css",
]

intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
}
Expand All @@ -93,6 +84,9 @@
# Links to ignore when checking links
linkcheck_ignore = ["http://127.0.0.1:8000"]

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

# Find the current builder
builder = "dirhtml"
if "-b" in sys.argv:
Expand Down

0 comments on commit 8007c0a

Please sign in to comment.