Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Apr 25, 2023
1 parent 21b2ae8 commit e8afa0d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
import os
import sys

from wxee import __version__

sys.path.insert(0, os.path.abspath(".."))

from wxee import __version__


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

Expand Down
16 changes: 14 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
name: wxee
requirements_file: docs/requirements.txt
version: 2

python:
install:
- method: pip
path: .
extra_requirements:
- doc
build:
os: ubuntu-22.04
tools:
python: "3"
sphinx:
configuration: docs/conf.py

0 comments on commit e8afa0d

Please sign in to comment.