Skip to content

Commit 8e4c0d7

Browse files
authored
comment out unused html_static_path in docs config (#36)
1 parent 7c9cdd4 commit 8e4c0d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ docs-ci:
6969
rm -f docs/modules.rst
7070
sphinx-apidoc -o docs/ multicodec
7171
$(MAKE) -C docs clean
72-
mkdir -p docs/_static
7372
$(MAKE) -C docs html SPHINXOPTS="-W"
7473

7574
docs: docs-ci

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
# here, relative to this directory. They are copied after the builtin
147147
# static files, so a file named "default.css" will overwrite the builtin
148148
# "default.css".
149-
html_static_path = ['_static']
149+
# html_static_path = ['_static']
150150

151151
# If not '', a 'Last updated on:' timestamp is inserted at every page
152152
# bottom, using the given strftime format.

0 commit comments

Comments
 (0)