Skip to content

Commit 56a951a

Browse files
authored
Merge pull request #186 from pymc-labs/fix-remote-doc-build
Remote build of readthedocs broken - attempt to fix
2 parents 4612b1e + 8b6cce7 commit 56a951a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@
100100
"github_user": "pymc-labs", # Username
101101
"github_repo": "CausalPy", # Repo name
102102
"github_version": "master", # Version
103-
"conf_py_path": "/docs/", # Path in the checkout to the docs root
103+
"conf_py_path": "/docs/source/", # Path in the checkout to the docs root
104104
}

0 commit comments

Comments
 (0)