diff --git a/doc/source/Makefile b/doc/source/Makefile index 0b3c0b0db..e32709f77 100644 --- a/doc/source/Makefile +++ b/doc/source/Makefile @@ -24,7 +24,7 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext DOCREPONAME = regro.github.io -DOCREPOURL = git@github.com:regro/regolith-docs.git +DOCREPOURL = git@github.com:regro/regolith.git help: diff --git a/doc/source/conf.py b/doc/source/conf.py index 70bf3ad17..4ba44a473 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -208,7 +208,7 @@ # html_file_suffix = None # Output file base name for HTML help builder. -basename = "regolith-docs".replace(" ", "").replace(".", "") +basename = "regolith".replace(" ", "").replace(".", "") htmlhelp_basename = basename + "doc" # -- Options for LaTeX output --------------------------------------------------