diff options
author | David Robillard <d@drobilla.net> | 2021-01-07 18:49:11 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-07 18:49:11 +0100 |
commit | 878c4f6ef6592043ba07a7b28a2e20d2b08a3722 (patch) | |
tree | d424fc4a56583c1f5d28aa8c8d112d8ce125eeeb /doc | |
parent | fd4e3df97f7ed16a60f38eb3beb37256a68a66c4 (diff) | |
download | suil-878c4f6ef6592043ba07a7b28a2e20d2b08a3722.tar.gz suil-878c4f6ef6592043ba07a7b28a2e20d2b08a3722.tar.bz2 suil-878c4f6ef6592043ba07a7b28a2e20d2b08a3722.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 4741de3..423bbea 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -25,7 +25,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 = "Suil" |