Skip to content

Commit

Permalink
fix: minor packaging errors
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Nov 8, 2019
1 parent 9fac89d commit 07f0ef5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ include smriprep/_version.py
include smriprep/data/reports/*
include smriprep/data/boilerplate.bib
include smriprep/data/itkIdentityTransform.txt
include VERSION
include smriprep/VERSION
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@

apidoc_module_dir = '../smriprep'
apidoc_output_dir = 'api'
apidoc_excluded_paths = ['conftest.py', '*/tests/*', 'tests/*', 'data/*']
apidoc_excluded_paths = ['conftest.py', '*/tests/*', 'tests/*', 'data/*', 'conf/*']
apidoc_separate_modules = True
apidoc_extra_args = ['--module-first', '-d 1', '-T']

Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ doc =
pydotplus
sphinx >= 2.1.2
sphinx-argparse
sphinx-versioning @ git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63
sphinx_rtd_theme
sphinxcontrib-apidoc ~= 0.3.0
sphinxcontrib-napoleon @ git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049785a1026451b3
sphinxcontrib-versioning @ git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63
docs =
%(doc)s
duecredit = duecredit
Expand Down

0 comments on commit 07f0ef5

Please sign in to comment.