summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2021-02-26 11:22:59 -0800
committerGitHub <noreply@github.com>2021-02-26 14:22:59 -0500
commit5ca63a70c8706c294e6c5db70782e817719a2a78 (patch)
treea5eba35d070b42735696cd3a685c1d48feafda01 /.github/workflows/test.yml
parentbdda0567122f0640e50dfd810b88fbd5a93de8e9 (diff)
downloadnumpydoc-5ca63a70c8706c294e6c5db70782e817719a2a78.tar.gz
DOC: Switch docs to pydata-sphinx-theme (#313)master
* Rm scipy-sphinx-theme submodule. * Add pydata-sphinx-theme to doc reqs. * Modify conf to use pydata theme. * Add github badge via theme. * Update CI. * bump CI sphinx version 1.6.5 -> 1.8 for tests * Experimental: swap sidebars in theme. * Add :notoc: to index to suppress right sidebar. * FIX: No sidebar Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c6eafc5..67e2522 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
matrix:
os: [Ubuntu]
python-version: [3.6, 3.7, 3.8, 3.9]
- sphinx-version: ["sphinx==1.6.5", "sphinx==2.1", "sphinx>3.0"]
+ sphinx-version: ["sphinx==1.8.0", "sphinx==2.1", "sphinx>3.0"]
steps:
- uses: actions/checkout@v2
@@ -53,8 +53,6 @@ jobs:
- name: Setup for doc build
run: |
- # Get scipy-sphinx-theme
- git submodule update --init
sudo apt install texlive texlive-latex-extra latexmk dvipng
- name: Build documentation