diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index d9dd3f92..00000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: 2 - -sphinx: - configuration: docs/conf.py - -build: - image: latest - -python: - version: 3.6 - setup_py_install: true \ No newline at end of file diff --git a/docs/readthedocs.yml b/docs/readthedocs.yml new file mode 100644 index 00000000..6b191eb8 --- /dev/null +++ b/docs/readthedocs.yml @@ -0,0 +1,15 @@ +version: 2 + +sphinx: + configuration: source/conf.py + +build: + image: latest + +python: + version: 3.6 + setup_py_install: true + + +formats: + - htmlzip \ No newline at end of file diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 00000000..e9189222 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,15 @@ +version: 2 + +sphinx: + configuration: docs/source/conf.py + +build: + image: latest + +python: + version: 3.6 + setup_py_install: true + + +formats: + - htmlzip \ No newline at end of file