Skip to content

Commit

Permalink
Move config.py from rtd build (#4272)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
stsewd authored and agjohnson committed Jun 25, 2018
1 parent 27722ff commit 43073b1
Show file tree
Hide file tree
Showing 7 changed files with 1,079 additions and 6 deletions.
2 changes: 2 additions & 0 deletions readthedocs/config/__init__.py
@@ -0,0 +1,2 @@
from .config import * # noqa
from .parser import * # noqa

0 comments on commit 43073b1

Please sign in to comment.