Skip to content

Commit 7013dbc

Browse files
committed
pin all build variables for production
1 parent 4b03a0d commit 7013dbc

3 files changed

Lines changed: 8 additions & 12 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Build Documentation
7575
shell: bash -l {0}
7676
run: |
77-
make html -W
77+
make html
7878
7979
- name: Deploy 🚀
8080
if: github.ref == 'refs/heads/master'
@@ -113,7 +113,7 @@ jobs:
113113
- name: Build Documentation
114114
shell: bash -l {0}
115115
run: |
116-
make html-dev -W
116+
make html-dev
117117
118118
- name: Deploy 🚀
119119
uses: peaceiris/actions-gh-pages@v3

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS =
5+
SPHINXOPTS = -W
66
SPHINXBUILD = python -msphinx
77
SPHINXPROJ = AnyBodyTutorials
88
SOURCEDIR = .

environment.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@ channels:
55
dependencies:
66
- python=3.9
77
- pip
8-
- sphinx
9-
- myst-parser
10-
- linkify-it-py
8+
- sphinx<4.0
9+
- myst-parser=0.17.2
10+
- linkify-it-py=2.0.0
1111
- make
12-
- cloud_sptheme
12+
- cloud_sptheme=1.10.1.post20200504175005
1313
- pygments_anyscript
14-
- ipython
14+
- ipython=8.4.0
1515
- jinja2=3.0.3
16-
- sphinx-book-theme
17-
- sphinx-design
18-
- sphinx-togglebutton
19-
- sphinx-copybutton
2016

2117
- pip:
2218
- sphinxext-opengraph

0 commit comments

Comments
 (0)