mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
test: Omit master_doc settings from testcases
This commit is contained in:
@@ -13,7 +13,6 @@ from sphinx.writers.text import TextTranslator
|
||||
|
||||
|
||||
project = 'test'
|
||||
master_doc = 'index'
|
||||
|
||||
|
||||
class ConfHTMLTranslator(HTMLTranslator):
|
||||
|
||||
@@ -4,4 +4,3 @@ import sys
|
||||
sys.path.insert(0, os.path.dirname(os.path.abspath('.')))
|
||||
|
||||
project = 'test'
|
||||
master_doc = 'index'
|
||||
|
||||
Reference in New Issue
Block a user