Skip to content

Commit

Permalink
FLASH PR: Update Build Docs Command (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtygier-stfc authored Mar 1, 2024
2 parents 2fb3070 + f6efd32 commit 8b6a517
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,7 @@
smv_tag_whitelist = r'^(2.3.0|2.4.0|2.5.0|2.6.0)$'
smv_branch_whitelist = None # No branches
smv_released_pattern = r''
smv_prebuild_command = "python setup.py docs_api || python setup.py internal_docs_api"
smv_prebuild_command = (
'sphinx-apidoc -f -M -e -T -d 3 mantidimaging **/test **/test_helpers **/eyes_tests -o docs/api/ || '
'python setup.py docs_api || '
'python setup.py internal_docs_api')

0 comments on commit 8b6a517

Please sign in to comment.