Skip to content

Commit

Permalink
test for doc bug fix (#191)
Browse files Browse the repository at this point in the history
* test for doc bug fix

Signed-off-by: vsoch <vsoch@users.noreply.github.com>

* derp

Signed-off-by: vsoch <vsoch@users.noreply.github.com>

* remove pins

Signed-off-by: vsoch <vsoch@users.noreply.github.com>

* debug

Signed-off-by: vsoch <vsoch@users.noreply.github.com>

* pin pydantic

Signed-off-by: vsoch <vsoch@users.noreply.github.com>

* docs bug is fixed!

Signed-off-by: vsoch <vsoch@users.noreply.github.com>

---------

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Co-authored-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch and vsoch committed Jul 1, 2023
1 parent 9f3b434 commit 59bfeab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: docs flux-operator
on:
push:
branches: [main]

jobs:
generate-docs:
runs-on: ubuntu-latest
Expand All @@ -22,12 +22,6 @@ jobs:
source activate fluxdocs
git clone https://github.com/flux-framework/flux-operator /tmp/operator
cd /tmp/operator/docs
# Install sphinx from master for this bug:
# https://github.com/sphinx-doc/sphinx/pull/11192
git clone --depth 1 https://github.com/sphinx-doc/sphinx /tmp/sphinx
cd /tmp/sphinx
pip install .
cd -
pip install -r requirements.txt
make html
echo
Expand Down
9 changes: 5 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
sphinx==5.3.0
markupsafe==2.0.1
sphinx
markupsafe
sphinx_immaterial
numpy>=1.16
numpy
pydantic==1.10.8
pandas
matplotlib
nbsphinx
Expand All @@ -14,4 +15,4 @@ sphinx_markdown_tables
sphinx-copybutton
readthedocs-sphinx-search
myst-parser
pymdown-extensions
pymdown-extensions

0 comments on commit 59bfeab

Please sign in to comment.