forked from galaxyproject/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin sphinx-rtd-theme to <2 to revert update to pre-release version
Due to a bug in poetry ( python-poetry/poetry#8194 ), the 2.0.0rc2 pre-release of sphinx-rtd-theme was selected to allow the update of docutils to 0.19, instead of sticking with the current version for both. This breaks the doc build with this error: ``` writing output... [ 0%] admin/apache Theme error: An error happened in rendering the page admin/apache. Reason: AttributeError("'str' object has no attribute 'attributes'") ```
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters