Skip to content

Commit 43073b1

Browse files
stsewdagjohnson
authored andcommitted
Move config.py from rtd build (#4272)
* Move tests for config.py * Fix imports * Move conf.py file from rtd-build * Fix patch * Isort * Check string with six * Linter * Remove readthedocs-build from dependencies * Change imports * Add test for keep previous behavior * Fix tests * Keep previous behavior
1 parent 27722ff commit 43073b1

File tree

7 files changed

+1079
-6
lines changed

7 files changed

+1079
-6
lines changed

readthedocs/config/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .config import * # noqa
2+
from .parser import * # noqa

0 commit comments

Comments
 (0)