Commit e7c423c
committed
build: fixes for makfile to work with local autobuild of doc
I am autobuilding docs on every file change. This takes a while
because I unconditionally deleted the entire html output directory.
Now I use an environment var to control deletion of html. This allows
incremental rebuilds with must faster cycle time when I break the
docs.
Because I no longer delete the output directory had to:
change mkdir call so it does not error if directory exists
delete robots.txt to mae sphinx not complain about the file in the
html dir.1 parent cf7e17d commit e7c423c
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments