Skip to content

Commit

Permalink
docs: Fixing build on readthedocs (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Feb 22, 2022
1 parent a0249ea commit 84fc015
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

sphinx:
configuration: docs/conf.py

version: 2

conda:
environment: environment.yaml

python:
install:
- method: pip
path: .
system_packages: true
5 changes: 0 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
import os
import sys

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

# Project information

project = "GooseHDF5"
Expand Down

0 comments on commit 84fc015

Please sign in to comment.