-
Notifications
You must be signed in to change notification settings - Fork 27.7k
Build documentation without emitting warnings #38011
Copy link
Copy link
Closed
Labels
module: doc infraRelated to pytorch.org/docs, deployment of, and servingRelated to pytorch.org/docs, deployment of, and servingmodule: docsRelated to our documentation, both in docs/ and docblocksRelated to our documentation, both in docs/ and docblockstriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
module: doc infraRelated to pytorch.org/docs, deployment of, and servingRelated to pytorch.org/docs, deployment of, and servingmodule: docsRelated to our documentation, both in docs/ and docblocksRelated to our documentation, both in docs/ and docblockstriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Currently documentation builds emit many warnings. We should resolve them, then turn on
-WT --keep-goingto report warnings as errors so that new build problems are caught as they are created.cc @ezyang @zou3519