mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
refactor: test-docutilsconf
Use options for reST parser instead of HTML4 writer's.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
project = 'Sphinx docutils conf <Tests>'
|
||||
source_suffix = '.txt'
|
||||
keep_warnings = True
|
||||
exclude_patterns = ['_build']
|
||||
|
||||
6
tests/roots/test-docutilsconf/index.rst
Normal file
6
tests/roots/test-docutilsconf/index.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
test-docutilsconf
|
||||
==================
|
||||
|
||||
Sphinx [1]_
|
||||
|
||||
.. [1] Python Documentation Generator
|
||||
@@ -1,15 +0,0 @@
|
||||
docutils conf
|
||||
=============
|
||||
|
||||
field-name-limit
|
||||
----------------
|
||||
|
||||
:short: desc
|
||||
:long long long long: long title
|
||||
|
||||
option-limit
|
||||
------------
|
||||
|
||||
--short short desc
|
||||
--long-long-long-long long desc
|
||||
|
||||
Reference in New Issue
Block a user