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 7c9cdd4 commit 8e4c0d7Copy full SHA for 8e4c0d7
Makefile
@@ -69,7 +69,6 @@ docs-ci:
69
rm -f docs/modules.rst
70
sphinx-apidoc -o docs/ multicodec
71
$(MAKE) -C docs clean
72
- mkdir -p docs/_static
73
$(MAKE) -C docs html SPHINXOPTS="-W"
74
75
docs: docs-ci
docs/conf.py
@@ -146,7 +146,7 @@
146
# here, relative to this directory. They are copied after the builtin
147
# static files, so a file named "default.css" will overwrite the builtin
148
# "default.css".
149
-html_static_path = ['_static']
+# html_static_path = ['_static']
150
151
# If not '', a 'Last updated on:' timestamp is inserted at every page
152
# bottom, using the given strftime format.
0 commit comments