Skip to content

Commit

Permalink
Install dependencies for and test build of docutils documentation (#363)
Browse files Browse the repository at this point in the history
NOTE: I am installing sphinx which also installs docustils rst2html.py tool.
I am installing sphinx and sphinx-rtd-theme in anticipation of testing the
generation of the sphinx-based build of the documentation currently being
worked in #386.
  • Loading branch information
bartlettroscoe committed Jul 21, 2021
1 parent 4fdfceb commit 6665193
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tribits_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.config.python }}
-name: Install Python packages
run: |
pip3 install sphinx sphinx-rtd-theme # For testing doc build
- name: Version checks
run: |
echo "Checking Cmake path and version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set( EXTRA_CONFIGURE_OPTIONS
"${enableFortranStr}"
"-DTriBITS_CTEST_DRIVER_COVERAGE_TESTS=TRUE"
"-DTriBITS_CTEST_DRIVER_MEMORY_TESTS=TRUE"
#"-DTriBITS_ENABLE_DOC_GENERATION_TESTS=ON"
"-DTriBITS_ENABLE_DOC_GENERATION_TESTS=ON"
"-DTriBITS_ENABLE_REAL_GIT_CLONE_TESTS=TRUE"
"-DTriBITS_TRACE_ADD_TEST=ON"
"-DTriBITS_SHOW_TEST_START_END_DATE_TIME=ON"
Expand Down

0 comments on commit 6665193

Please sign in to comment.