diff --git a/README.rst b/README.rst index 66283f5..545da36 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,8 @@ You can find the YAMLE repository on GitHub: `YAMLE Repository `_ +You can find the documentation at: `yamle.readthedocs.io `_ + Table of Contents ----------------- diff --git a/docs/conf.py b/docs/conf.py index 2efacc7..f4debfa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ def run_apidoc(app): """Generate doc stubs using sphinx-apidoc.""" module_dir = os.path.join(app.srcdir, "../") output_dir = os.path.join(app.srcdir, "_apidoc") - excludes = [] + excludes = ["../setup.py"] # Ensure that any stale apidoc files are cleaned up first. if os.path.exists(output_dir):