Skip to content

Commit

Permalink
Merge pull request secdev#2303 from gpotter2/autodoc-plugin
Browse files Browse the repository at this point in the history
Readthedocs config
  • Loading branch information
gpotter2 committed Oct 23, 2019
2 parents 9d35222 + ad529c5 commit af3113b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Readthedocs config file.

# See https://docs.readthedocs.io/en/stable/config-file/v2.html#supported-settings
# Copied from https://github.com/pycontribs/jira/blob/master/.readthedocs.yml

version: 2

formats: all

build:
image: latest

python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- docs
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ def process_ignore_tags(buffer):
'pyx',
'cryptography>=2.0',
'matplotlib'
],
'docs': [
'sphinx>=2.2.0',
'sphinx_rtd_theme>=0.4.3'
]
},
# We use __file__ in scapy/__init__.py, therefore Scapy isn't zip safe
Expand Down

0 comments on commit af3113b

Please sign in to comment.