diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-02-03 19:53:12 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-02-03 19:53:12 +0900 |
| commit | c70dfcd39007dd6d53d5dc3b686b4c6dcef623dd (patch) | |
| tree | 0998e4b41002cc24b19404e8823e5366224abac5 /tests/roots/test-html_style | |
| parent | 705248af2fc063b71ba7a5edf9887d45db915f21 (diff) | |
| parent | ed3d13b9395a2df4914d460f40af65c9dfa57b7f (diff) | |
| download | sphinx-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.css | 0 | ||||
| -rw-r--r-- | tests/roots/test-html_style/conf.py | 2 | ||||
| -rw-r--r-- | tests/roots/test-html_style/index.rst | 2 |
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 +========== |
