Skip to content

Commit

Permalink
add readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Jul 28, 2020
1 parent 9b9af84 commit 3b74413
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

sphinx:
builder: html
configuration: doc/source/conf.py

python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- docs
system_packages: true
3 changes: 3 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
# The full version, including alpha/beta/rc tags
release = pdfflow.__version__

# The full version, including alpha/beta/rc tags
autodoc_mock_imports = ['tensorflow']


# -- General configuration ---------------------------------------------------
#
Expand Down

0 comments on commit 3b74413

Please sign in to comment.