Skip to content

Commit

Permalink
Merge pull request #3 from jakirkham/fix_rtd_2
Browse files Browse the repository at this point in the history
Fix some typos in `docs/conf.py`
  • Loading branch information
jakirkham committed Aug 4, 2018
2 parents 28fdb2f + c622397 commit 000e23b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,13 @@
#texinfo_no_detailmenu = False


# Run sphinx-apidoc before building docs.
def run_apidoc(_):
ignore_paths = [
...
"../setup.py",
"../tests",
"../travis_pypi_setup.py",
"../versioneer.py"
]

argv = [
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Welcome to pysharedmem's documentation!
======================================
=======================================

Contents:

Expand Down

0 comments on commit 000e23b

Please sign in to comment.