diff --git a/doc/conf.py b/doc/conf.py index 268f4d0a..80cd5602 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -288,5 +288,5 @@ epub_copyright = u'2013, Author' on_rtd = os.environ.get('READTHEDOCS', None) == 'True' if on_rtd: - os.system("sphinx-apidoc -f -o docs .") + os.system("sphinx-apidoc -f -o . ../GPy") #sphinx-apidoc . -o doc -H 'GPy' -f diff --git a/doc/index.rst b/doc/index.rst index f7ce7e1f..fb721e15 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -6,6 +6,7 @@ Welcome to GPy's documentation! =============================== +Added old command again And another thing Now what if I add this other hting Just checking another thing