Skip to content

Commit

Permalink
fix: docs pipeline (#100)
Browse files Browse the repository at this point in the history
* Fix reference to source directory

* Remove static directory that doesn't exist
  • Loading branch information
mattkram authored Apr 6, 2023
1 parent ad9cdb3 commit 6ebe98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
},
],
}
html_static_path = ["_static"]
html_static_path = []

0 comments on commit 6ebe98e

Please sign in to comment.