Skip to content

Commit f97f204

Browse files
rtdocs gitignore
1 parent 42973e4 commit f97f204

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

rtdocs/build/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Ignore all files except this file.
2+
*
3+
*/
4+
!.gitignore

rtdocs/make_docs.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22
READTHEDOCS=True sphinx-build . ./build
33
rm Doxyfile
4-
python -c "import os, webbrowser; webbrowser.open('file://`pwd`/build/index.html')"
4+
python -c "import os, webbrowser; webbrowser.open('file://`pwd`/build/index.html')"
5+

0 commit comments

Comments
 (0)