Skip to content

Commit

Permalink
Fix issue with sphinxcontrib.applehelp version
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Jan 20, 2024
1 parent a75c4a2 commit ca50d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stages:
python -m pip install .
python setup.py sdist -d upload
cd docs
pip install -r requirements-dev.txt
pip install -r requirements-dev.txt --upgrade
make html
cd ..
mkdir -p upload/doc
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pydata-sphinx-theme==0.7.1
ampl-sphinx-theme
ampl-sphinx-theme @ git+https://github.com/ampl/ampl.github.io.git#subdirectory=ampl-sphinx-theme
sphinx==4.2.0
myst_parser>=0.17.0
sphinx_design==0.3.0

0 comments on commit ca50d9c

Please sign in to comment.