Skip to content

Commit

Permalink
docs: Fix docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Apr 23, 2020
1 parent 41d70b4 commit ce20655
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yml
@@ -0,0 +1,6 @@
version: 2
python:
version: 3.7
install:
- method: pip
path: .
5 changes: 3 additions & 2 deletions docs/conf.py
Expand Up @@ -23,10 +23,11 @@
import os
import sys

import schemathesis

sys.path.insert(0, os.path.abspath("../src/schemathesis"))

# isort:imports-firstparty
import schemathesis


# -- General configuration ------------------------------------------------

Expand Down

0 comments on commit ce20655

Please sign in to comment.