Skip to content

Commit

Permalink
refactor(all): installation with RTD Closes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbalsiger committed Oct 16, 2020
1 parent 9f077a6 commit 0e41c1f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
22 changes: 22 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Build the docs in additional formats such as PDF
formats:
- epub
- htmlzip
- pdf

# Set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/rtd-requirements.txt
- requirements: requirements.txt
4 changes: 4 additions & 0 deletions docs/rtd-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# packages needed for building on readthedocs.io

nbsphinx >= 0.7.1
sphinx-copybutton >= 0.2.12
10 changes: 0 additions & 10 deletions docs/rtfd-requirements.txt

This file was deleted.

0 comments on commit 0e41c1f

Please sign in to comment.