reorder package docs

This commit is contained in:
bobturneruk 2020-04-01 12:45:08 +01:00
parent b6dbac6c12
commit 288d4fc140
2 changed files with 9 additions and 1 deletions

View file

@ -64,7 +64,7 @@ if on_rtd:
print(out)
#Lets regenerate our rst files from the source, -P adds private modules (i.e kern._src)
proc = subprocess.Popen("sphinx-apidoc -P -f -o . ../../GPy", stdout=subprocess.PIPE, shell=True)
proc = subprocess.Popen("sphinx-apidoc -M -P -f -o . ../../GPy", stdout=subprocess.PIPE, shell=True)
(out, err) = proc.communicate()
print("$ Apidoc:")
print(out)