Skip to content

Commit 4290a39

Browse files
committed
revert to original
1 parent bf59f13 commit 4290a39

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

readthedocs/rtd_tests/tests/test_doc_builder.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
@override_settings(PRODUCTION_DOMAIN="readthedocs.org")
20-
class BuilderTest(TestCase):
20+
class SphinxBuilderTest(TestCase):
2121
fixtures = ["test_data", "eric"]
2222

2323
def setUp(self):
@@ -35,9 +35,6 @@ def setUp(self):
3535
BaseSphinx.type = "base"
3636
BaseSphinx.sphinx_build_dir = tempfile.mkdtemp()
3737
BaseSphinx.relative_output_dir = "_readthedocs/"
38-
BaseMkdocs.type = "base"
39-
BaseMkdocs.mkdocs_build_dir = tempfile.mkdtemp()
40-
BaseMkdocs.relative_output_dir = "_readthedocs/"
4138

4239
@patch("readthedocs.doc_builder.backends.sphinx.BaseSphinx.docs_dir")
4340
@patch("readthedocs.doc_builder.backends.sphinx.BaseSphinx.run")

0 commit comments

Comments
 (0)