Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
2fa18431
Commit
2fa18431
authored
Aug 20, 2020
by
Henry Schreiner
Committed by
Henry Schreiner
Aug 20, 2020
Browse files
docs: pin versions for readthedocs
parent
a6887b60
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
.github/workflows/ci.yml
.github/workflows/ci.yml
+2
-2
docs/requirements.txt
docs/requirements.txt
+5
-3
No files found.
.github/workflows/ci.yml
View file @
2fa18431
...
@@ -111,7 +111,7 @@ jobs:
...
@@ -111,7 +111,7 @@ jobs:
key
:
${{ runner.os }}-pip-${{ matrix.python }}-${{ matrix.arch }}-${{ hashFiles('tests/requirements.txt') }}
key
:
${{ runner.os }}-pip-${{ matrix.python }}-${{ matrix.arch }}-${{ hashFiles('tests/requirements.txt') }}
-
name
:
Prepare env
-
name
:
Prepare env
run
:
python -m pip install -r tests/requirements.txt
run
:
python -m pip install -r tests/requirements.txt
--prefer-binary
-
name
:
Configure C++11 ${{ matrix.args }}
-
name
:
Configure C++11 ${{ matrix.args }}
shell
:
bash
shell
:
bash
...
@@ -272,7 +272,7 @@ jobs:
...
@@ -272,7 +272,7 @@ jobs:
run
:
python3 -m pip install --upgrade pip
run
:
python3 -m pip install --upgrade pip
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
python3 -m pip install cmake -r tests/requirements.txt
run
:
python3 -m pip install cmake -r tests/requirements.txt
--prefer-binary
-
name
:
Configure
-
name
:
Configure
shell
:
bash
shell
:
bash
...
...
docs/requirements.txt
View file @
2fa18431
breathe==4.13.1
breathe==4.20.0
sphinx<3
commonmark==0.9.1
sphinx_rtd_theme
recommonmark==0.6.0
sphinx==3.2.1
sphinx_rtd_theme==0.5.0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment