Skip to content

Commit

Permalink
refactor(docs): update 'configuring'
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dovgan committed Oct 16, 2020
1 parent d304670 commit d3bd0c9
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 112 deletions.
16 changes: 13 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# .readthedocs.yml
# 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: doc/conf.py

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
pip_install: true
extra_requirements:
- docs
install:
- method: pip
path: .
extra_requirements:
- docs
Loading

0 comments on commit d3bd0c9

Please sign in to comment.