diff options
author | David Robillard <d@drobilla.net> | 2021-01-07 18:48:14 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-07 18:48:14 +0100 |
commit | 605c571e0131c76dc9a9727e7604109cb92cb32e (patch) | |
tree | 232bfd56f1bfc00a2c3ebd2bfaf4326115888ea5 /doc | |
parent | 07ed82cc08d6d85e04a6e3bea4762436f35ca18a (diff) | |
download | sratom-605c571e0131c76dc9a9727e7604109cb92cb32e.tar.gz sratom-605c571e0131c76dc9a9727e7604109cb92cb32e.tar.bz2 sratom-605c571e0131c76dc9a9727e7604109cb92cb32e.zip |
Remove unused HTML static path
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in index 13119ab..c92fe62 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -35,7 +35,6 @@ nitpick_ignore = list(map(lambda x: ("c:identifier", x), _opaque)) # HTML output -html_static_path = ["_static"] html_theme = "sphinx_lv2_theme" html_copy_source = False html_short_title = "Sratom" |