diff --git a/doc/conf.py b/doc/conf.py index 80cd5602..268f4d0a 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 . ../GPy") + os.system("sphinx-apidoc -f -o docs .") #sphinx-apidoc . -o doc -H 'GPy' -f diff --git a/doc/index.rst b/doc/index.rst index 34d3e59c..f7ce7e1f 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -6,6 +6,7 @@ Welcome to GPy's documentation! =============================== +And another thing Now what if I add this other hting Just checking another thing