diff --git a/docs/Makefile b/docs/Makefile index cee25dc5..1e180cc6 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -15,7 +15,7 @@ SOURCEDIR = source BUILDDIR = _build APIDOCSDIR = $(SOURCEDIR)/api -SRC = ../conda_project +SRC = ../src/conda_project # Internal variables. ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(SPHINXOPTS) $(SOURCEDIR) diff --git a/docs/source/conf.py b/docs/source/conf.py index f6e88649..54c3a095 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,4 +64,4 @@ }, ], } -html_static_path = ["_static"] +html_static_path = []