Skip to content

Commit fc2df8e

Browse files
committed
don't publish stale docs
1 parent 2b123b6 commit fc2df8e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Contents:
1111
.. toctree::
1212
:maxdepth: 2
1313

14-
.. automodule:: DroneApi
14+
.. automodule:: droneapi.lib
1515
:members:
1616
:inherited-members:
1717

update-docs.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
rm -r /tmp/autodocs
44
set -e
5+
python ./setup.py build
56
echo Switching to doc tree
67
cd docs
78
make html

0 commit comments

Comments
 (0)