Fix: requirements.txt and build errors #439
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Changes
This PR fixes several issues preventing the book from building successfully in a local environment, as well as some content structure warnings:
Dependency Updates: Added missing dependencies to requirements.txt and environment.yml (including sphinx-multitoc-numbering, linkify-it-py, and several core Sphinx extensions) that were required by conf.py but missing from the installation lists.
TOC Fix: Corrected a typo in DISCOVER/_toc.yml where the file 15_QA_Protocols.md was incorrectly referenced as 15_OA_Protocols.md.
Content Structure: Fixed the heading hierarchy in DISCOVER/15_QA_Protocols.md. The file started with an H2 (##) instead of an H1 (#), and subsequent headers were H3 (###), causing "Non-consecutive header level increase" warnings during the build.
Related Issue
Closes issue #438
Type of Change
Please check the appropriate box that describes your PR:
Checklist