Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
prusse-martin committed Oct 27, 2021
1 parent b7a59af commit 97b4ae2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 429 deletions.
18 changes: 8 additions & 10 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ version: 2
build:
image: latest

sphinx:
configuration: docs/conf.py
fail_on_warning: true

python:
version: 3.6
install:
- method: pip
path: .
version: 3.7
install:
- method: pip
path: .
- requirements: docs/requirements.txt

conda:
environment: base_environment.yml
sphinx:
configuration: docs/conf.py
fail_on_warning: true
177 changes: 0 additions & 177 deletions docs/Makefile

This file was deleted.

6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@

autodoc_default_flags = ['members']
autosummary_generate = True

# Add source to python path.
import sys, os

sys.path.append(os.path.abspath('../src'))
print(os.path.abspath('../src'))
Loading

0 comments on commit 97b4ae2

Please sign in to comment.