mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
diet test-root: Remove html_static_path and html_extra_path (duplicated with test-html_assets)
This commit is contained in:
@@ -1 +0,0 @@
|
||||
This whole directory is there to test html_static_path.
|
||||
@@ -1 +0,0 @@
|
||||
/* This file should be excluded from being copied over */
|
||||
@@ -1 +0,0 @@
|
||||
/* Stub file */
|
||||
@@ -33,8 +33,6 @@ html_sidebars = {'**': 'customsb.html',
|
||||
'contents': ['contentssb.html', 'localtoc.html',
|
||||
'globaltoc.html']}
|
||||
html_style = 'default.css'
|
||||
html_static_path = ['_static', 'templated.css_t']
|
||||
html_extra_path = ['robots.txt']
|
||||
html_last_updated_fmt = '%b %d, %Y'
|
||||
html_context = {'hckey': 'hcval', 'hckey_co': 'wrong_hcval_co'}
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
User-agent: *
|
||||
Disallow: /cgi-bin/
|
||||
@@ -1,2 +0,0 @@
|
||||
/* Stub file, templated */
|
||||
{{ sphinx_version }}
|
||||
Reference in New Issue
Block a user