We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c02522 commit cb1f95aCopy full SHA for cb1f95a
build.py
@@ -386,7 +386,7 @@ def docs_pdf(version):
386
def docs_sphinx():
387
cur = os.getcwd()
388
os.chdir("docs/sphinx")
389
- os.system("make html epub")
+ os.system("make clean html epub")
390
os.chdir(cur)
391
shutil.copytree("docs/sphinx/build/html", "target/docs/sphinx")
392
shutil.copy("docs/sphinx/build/epub/SpringPython.epub", "target/docs/")
generate_site.bash
@@ -21,10 +21,7 @@
21
# Greg Turnquist.
22
###################################################################################
23
24
-export JAVA_HOME=~/java
25
-export M2_HOME=~/apache-maven
26
-export M2=$M2_HOME/bin
27
-export PATH=$M2:$JAVA_HOME/bin:$PATH
+. sp/bin/activate
28
29
cd ~/spring-python-1.2.x
30
git pull
0 commit comments