diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2013-08-22 09:20:47 +0100 |
|---|---|---|
| committer | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2013-08-22 09:20:47 +0100 |
| commit | 8e832644632aecd476f3687fd7c0d8709c299c0f (patch) | |
| tree | 58e61c8011684b0af788cbd008ec0026fc970ad9 /tests/root | |
| parent | c0bbdeae3d27c54dd386b7f5ddc09de3992d2a0e (diff) | |
| download | sphinx-8e832644632aecd476f3687fd7c0d8709c299c0f.tar.gz | |
Set up initial test.
Diffstat (limited to 'tests/root')
| -rw-r--r-- | tests/root/conf.py | 1 | ||||
| -rw-r--r-- | tests/root/robots.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/root/conf.py b/tests/root/conf.py index 37b9127e..8025ba33 100644 --- a/tests/root/conf.py +++ b/tests/root/conf.py @@ -38,6 +38,7 @@ html_sidebars = {'**': 'customsb.html', 'contents': ['contentssb.html', 'localtoc.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'} diff --git a/tests/root/robots.txt b/tests/root/robots.txt new file mode 100644 index 00000000..1b425ee0 --- /dev/null +++ b/tests/root/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /cgi-bin/ |
