Skip to content

Commit

Permalink
next try.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Lehmann authored and Patrick Lehmann committed Dec 20, 2016
1 parent f5666d2 commit 01107f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@
from pathlib import Path
pyInfrastructureDirectory = Path("PyInfrastructure")
for path in pyInfrastructureDirectory.iterdir():
if (path.Name == "index.rst"):
print(" {0!s}".format(path))
else:
if (path.name != "index.rst"):
path.unlink()

autodoc_member_order = "bysource"
Expand Down

0 comments on commit 01107f9

Please sign in to comment.