Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus committed Nov 12, 2018
1 parent b2b5ba9 commit 4d93ef2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .readthedocs.yml
Expand Up @@ -3,12 +3,9 @@ build:

python:
version: 2.7
pip_install: true
requirements_file: docs/requirements.txt

python:
pip_install: true

python:
extra_requirements:
- sphinx-argparse

requirements_file: docs/requirements.txt
5 changes: 4 additions & 1 deletion docs/source/conf.py
Expand Up @@ -40,9 +40,11 @@
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.inheritance_diagram',
# 'sphinxarg.ext',
#'sphinx.ext.githubpages',
]

extensions += ['sphinxarg.ext']

napoleon_include_private_with_doc = False

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -192,6 +194,7 @@
# html_last_updated_fmt = None

# If true, SmartyPants will be used to convert quotes and dashes to

# typographically correct entities.
#
# html_use_smartypants = True
Expand Down

0 comments on commit 4d93ef2

Please sign in to comment.