Skip to content

Conversation

Mgluhovskoi
Copy link
Collaborator

Documentation building with text mode before this resulted in an error due to CollapseNodes. This changes should add support for CollapseNodes with text build option while not interfering with the html build option. Part of this change also updates some of the dependencies, particularly sphinx-build and sphinx-toolboox which had some bugs when building documentation with different build options.

@Mgluhovskoi Mgluhovskoi self-assigned this Jul 3, 2025
@Mgluhovskoi Mgluhovskoi added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file labels Jul 3, 2025
import sys

ROOT_DIR = os.path.join(os.path.abspath(os.path.dirname(__file__)), os.path.pardir)
import sphinx_toolbox
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we group this with the other imports?

"nvidia-modelopt==0.11.1",
"transformers==4.44.2",
"datasets==2.21.0",
"nvidia-modelopt==0.29.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you make sure L1 passes with this change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants