summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-06 21:12:53 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-06 21:21:05 +0200
commitc035b0b4c3a6c6903e4384382dfefa15e8ffb9f4 (patch)
tree1b0eeb70e17985ef43f62c927631de23f1194f8d /doc
parentd9a6eda9468812e22a5c96b9a58d43a5291f1375 (diff)
downloadastroid-git-c035b0b4c3a6c6903e4384382dfefa15e8ffb9f4.tar.gz
[doc] Remove static dir that does not exists
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 3991ea0e..85e89ba8 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -136,7 +136,7 @@ html_theme = 'nature'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+html_static_path = ["media"]
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.