Skip to content

Commit 461cde8

Browse files
committed
No static docs files yet.
1 parent 6ab5da1 commit 461cde8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from hyperlink import URL
66

77
DOCS = Path(__file__).parent
8-
STATIC = DOCS / "_static"
98

109
GITHUB = URL.from_text("https://github.com/")
1110
HOMEPAGE = GITHUB.child("python-jsonschema", "referencing")
@@ -39,7 +38,7 @@
3938
pygments_dark_style = "one-dark"
4039

4140
html_theme = "furo"
42-
html_static_path = [str(STATIC)]
41+
html_static_path = []
4342

4443
# -- Extension configuration -------------------------------------------------
4544

0 commit comments

Comments
 (0)