summaryrefslogtreecommitdiff
path: root/tests/roots/test-html_style
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-02-03 19:53:12 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-02-03 19:53:12 +0900
commitc70dfcd39007dd6d53d5dc3b686b4c6dcef623dd (patch)
tree0998e4b41002cc24b19404e8823e5366224abac5 /tests/roots/test-html_style
parent705248af2fc063b71ba7a5edf9887d45db915f21 (diff)
parented3d13b9395a2df4914d460f40af65c9dfa57b7f (diff)
downloadsphinx-git-c70dfcd39007dd6d53d5dc3b686b4c6dcef623dd.tar.gz
Merge branch '1.8'
Diffstat (limited to 'tests/roots/test-html_style')
-rw-r--r--tests/roots/test-html_style/_static/default.css0
-rw-r--r--tests/roots/test-html_style/conf.py2
-rw-r--r--tests/roots/test-html_style/index.rst2
3 files changed, 4 insertions, 0 deletions
diff --git a/tests/roots/test-html_style/_static/default.css b/tests/roots/test-html_style/_static/default.css
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/tests/roots/test-html_style/_static/default.css
diff --git a/tests/roots/test-html_style/conf.py b/tests/roots/test-html_style/conf.py
new file mode 100644
index 000000000..df1b3103c
--- /dev/null
+++ b/tests/roots/test-html_style/conf.py
@@ -0,0 +1,2 @@
+html_style = 'default.css'
+html_static_path = ['_static']
diff --git a/tests/roots/test-html_style/index.rst b/tests/roots/test-html_style/index.rst
new file mode 100644
index 000000000..d8aef481c
--- /dev/null
+++ b/tests/roots/test-html_style/index.rst
@@ -0,0 +1,2 @@
+html_style
+==========