We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf59f13 commit 4290a39Copy full SHA for 4290a39
readthedocs/rtd_tests/tests/test_doc_builder.py
@@ -17,7 +17,7 @@
17
18
19
@override_settings(PRODUCTION_DOMAIN="readthedocs.org")
20
-class BuilderTest(TestCase):
+class SphinxBuilderTest(TestCase):
21
fixtures = ["test_data", "eric"]
22
23
def setUp(self):
@@ -35,9 +35,6 @@ def setUp(self):
35
BaseSphinx.type = "base"
36
BaseSphinx.sphinx_build_dir = tempfile.mkdtemp()
37
BaseSphinx.relative_output_dir = "_readthedocs/"
38
- BaseMkdocs.type = "base"
39
- BaseMkdocs.mkdocs_build_dir = tempfile.mkdtemp()
40
- BaseMkdocs.relative_output_dir = "_readthedocs/"
41
42
@patch("readthedocs.doc_builder.backends.sphinx.BaseSphinx.docs_dir")
43
@patch("readthedocs.doc_builder.backends.sphinx.BaseSphinx.run")
0 commit comments