Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: documenteer
-
Labels:None
-
Story Points:0.7
-
Epic Link:
-
Team:SQuaRE
-
Urgent?:No
Description
Documenteer pipelines configuration bug reported via Slack on Saturday 2021-04-24:
The documenteer documentation in https://documenteer.lsst.io/pipelines/configuration.html has this as part of the default configuration:
- Add any extra paths that contain custom files (such as robots.txt or
- .htaccess) here, relative to this directory. These files are copied
- directly to the root of the documentation.
html_extra_path = []
if os.path.exists("_doxygen/html"):
html_extra_path.append("_doxygen/html")
but I'm not seeing that happen in a stack-docs build; _doxygen/html exists, but its contents are not present in _build/html. What am I doing wrong?
11:17
Oh: is it because of
html_extra_path = [""]
further down?
Kian-Tat Lim 11:56 AMYup, looks like replacing that in conf.py copies the doxygen. There are no links to it, though, and many of the package pages are missing...
I've release documenteer 0.6.7 to PyPI:
Overall this release includes incorporates fixes we've needed to make to the conf.py file of pipelines_lsst_io }}but moves them back to{{ documenteer.config.pipelines. I'm waiting on conda-forge to finalize the release.