Skip to content

Commit

Permalink
Merge pull request #22 from weikang9009/docs
Browse files Browse the repository at this point in the history
 (docs) change to readthedocs v2
  • Loading branch information
weikang9009 authored Jul 3, 2019
2 parents f7c9b9d + e980859 commit e427ca2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
8 changes: 0 additions & 8 deletions readthedocs.yaml

This file was deleted.

19 changes: 19 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Required
version: 2

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

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

python:
version: 3.7
install:
- requirements: requirements.txt
- method: pip
path: .
extra_requirements:
- tests
- docs
2 changes: 0 additions & 2 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
sphinx>=1.4.3
sphinxcontrib-napoleon
sphinx_gallery
sphinxcontrib-bibtex
sphinx_bootstrap_theme
numpydoc

0 comments on commit e427ca2

Please sign in to comment.