We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab5da1 commit 461cde8Copy full SHA for 461cde8
docs/conf.py
@@ -5,7 +5,6 @@
5
from hyperlink import URL
6
7
DOCS = Path(__file__).parent
8
-STATIC = DOCS / "_static"
9
10
GITHUB = URL.from_text("https://github.com/")
11
HOMEPAGE = GITHUB.child("python-jsonschema", "referencing")
@@ -39,7 +38,7 @@
39
38
pygments_dark_style = "one-dark"
40
41
html_theme = "furo"
42
-html_static_path = [str(STATIC)]
+html_static_path = []
43
44
# -- Extension configuration -------------------------------------------------
45
0 commit comments