Closed ben-howt closed 1 year ago
@ben-howt this is by design, so we can maintain a single make script across all 3 associated repos. Open for alternative suggestions - any ideas how to handle better? Would it be sufficient to explain the approach better in the developer guidelines?
Thanks @j-ittner for the response; this makes sense to me as a design decision. I would suggest (and can raise a PR for) the following 2 changes:
sphinx/source/contribution_guide.rst
sys.path.insert
segment of sphinx/make.py
Addressed by #345
Describe the bug Sphinx doc does not build due to missing pytools script
make_base
ifpytools
is not in same parent directoryTo Reproduce Steps to reproduce the behavior:
environment.yml
sphinx
directory, runpython make.py html
Expected behavior Docs should build.
Desktop (please complete the following information):
Additional context Likely this is just a note in
contributing.md
to make sure that the remotes are all present before trying to build the docs.