diff options
Diffstat (limited to 'tests/roots/test-docutilsconf')
-rw-r--r-- | tests/roots/test-docutilsconf/conf.py | 0 | ||||
-rw-r--r-- | tests/roots/test-docutilsconf/docutils.conf | 0 | ||||
-rw-r--r-- | tests/roots/test-docutilsconf/index.rst | 6 |
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/roots/test-docutilsconf/conf.py b/tests/roots/test-docutilsconf/conf.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/roots/test-docutilsconf/conf.py diff --git a/tests/roots/test-docutilsconf/docutils.conf b/tests/roots/test-docutilsconf/docutils.conf new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/roots/test-docutilsconf/docutils.conf diff --git a/tests/roots/test-docutilsconf/index.rst b/tests/roots/test-docutilsconf/index.rst new file mode 100644 index 0000000..d292e32 --- /dev/null +++ b/tests/roots/test-docutilsconf/index.rst @@ -0,0 +1,6 @@ +test-docutilsconf +================== + +Sphinx [1]_ + +.. [1] Python Documentation Generator |