mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add test for docutils.conf and prevent 'html4css1.css' missing warning.
Now --embed-stylesheet option default become false.
This commit is contained in:
5
tests/roots/test-docutilsconf/conf.py
Normal file
5
tests/roots/test-docutilsconf/conf.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
project = 'Sphinx docutils conf <Tests>'
|
||||
source_suffix = '.txt'
|
||||
keep_warnings = True
|
||||
15
tests/roots/test-docutilsconf/contents.txt
Normal file
15
tests/roots/test-docutilsconf/contents.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
docutils conf
|
||||
=============
|
||||
|
||||
field-name-limit
|
||||
----------------
|
||||
|
||||
:short: desc
|
||||
:long long long long: long title
|
||||
|
||||
option-limit
|
||||
------------
|
||||
|
||||
--short short desc
|
||||
--long-long-long-long long desc
|
||||
|
||||
0
tests/roots/test-docutilsconf/docutils.conf
Normal file
0
tests/roots/test-docutilsconf/docutils.conf
Normal file
Reference in New Issue
Block a user