We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b6fce commit 51cc444Copy full SHA for 51cc444
.github/workflows/sphinx.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Install XSLT Processor
10
run: sudo apt-get install xsltproc sphinx-common
11
- name: Install dependencies
12
- run: pip install sphinx_rtd_theme sphinx-book-theme myst_parser sphinx-prompt sphinx_substitution_extensions sphinx_issues sphinx-tabs sphinx_inline_tabs pygments
+ run: pip install furo sphinx_rtd_theme sphinx-book-theme myst_parser sphinx-prompt sphinx_substitution_extensions sphinx_issues sphinx_inline_tabs pygments
13
- name: Checkout project sources
14
uses: actions/checkout@v2
15
with:
0 commit comments