Browse Source

update .readthedocs.yml.

v0.1
jajupmochi 5 years ago
parent
commit
99631dc1d1
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      .readthedocs.yml
  2. +2
    -1
      docs/source/conf.py

+ 1
- 0
.readthedocs.yml View File

@@ -21,6 +21,7 @@ python:
version: 3.6
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
- method: pip
path: .
extra_requirements:


+ 2
- 1
docs/source/conf.py View File

@@ -14,9 +14,10 @@
#
import os
import sys
# sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('.'))
# sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, '../')
sys.path.insert(0, '../../')

# -- Project information -----------------------------------------------------



Loading…
Cancel
Save