From ad41c63d08cc250436ff9cb4530f2e178d24e7cf Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Fri, 18 Jan 2013 16:10:51 +0000 Subject: [PATCH] Adding old command I read on the internet for own build --- doc/conf.py | 2 +- doc/index.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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