Skip to content

Commit

Permalink
Merge pull request #466 from TerryHowe/hacky-docs-fix
Browse files Browse the repository at this point in the history
Hacky fix for docs
  • Loading branch information
TerryHowe authored Feb 17, 2024
2 parents a70c22c + df618fe commit d6c9f7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions makedocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ set -x
# hacky test build broken
MODULES=$MODULES make config cli keywords modules
# hacky -j $CPUS option not working right on mac
echo 'sphinx-build -M html "rst" "_build" -n -w rst_warnings'
echo 'touch _build/html/.nojekyll'
pip install 'Sphinx>=5.1,<6'
sed -i -e 's/AnsibleOutputLexer(startinline=True)/AnsibleOutputPrimaryLexer(startinline=True)/g' _extensions/pygments_lexer.py
sphinx-build -M html "rst" "_build" -n -w rst_warnings
touch _build/html/.nojekyll

0 comments on commit d6c9f7e

Please sign in to comment.