Skip to content

Commit

Permalink
proper formatted rtd yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NumesSanguis committed Jul 30, 2020
1 parent 5fd2c7c commit 22a790f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 24 deletions.
31 changes: 8 additions & 23 deletions .readthedocs.yml
@@ -1,24 +1,9 @@
name: facsvatar
channels:
- defaults
- conda-forge
dependencies:
- python=3.7
- numpy
- pandas
- pyzmq
# documentation with .rst
- sphinx
# Read the Docs theme
- sphinx_rtd_theme
# .md support for sphinx
# - recommonmark
- pip
- pip:
- sphinx-autodoc-typehints
# ^ support typehints in docstring
# include .md documents outside doc/; m2r*2* fixes recommonmark & m2r conflict
# https://github.com/miyakogi/m2r/issues/51#issuecomment-571483212
# https://github.com/readthedocs/recommonmark/issues/191#issuecomment-650357578
- m2r2
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

conda:
environment: modules/environment.yml
2 changes: 1 addition & 1 deletion modules/environment.yml
Expand Up @@ -12,7 +12,7 @@ dependencies:
# Read the Docs theme
- sphinx_rtd_theme
# .md support for sphinx
- recommonmark
# - recommonmark
- pip
- pip:
- sphinx-autodoc-typehints
Expand Down

0 comments on commit 22a790f

Please sign in to comment.