Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amandarichardsonn committed Mar 5, 2024
1 parent 107f5e3 commit cabdeeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build:
- git clone https://github.com/CrayLabs/SmartDashboard.git --branch develop --single-branch smartdashboard
- cd smartdashboard; python -m pip install .
pre_build:
- python -m sphinx -b linkcheck -D linkcheck_timeout=1 doc/ $READTHEDOCS_OUTPUT/linkcheck
- python -m sphinx -b linkcheck -D doc/ $READTHEDOCS_OUTPUT/linkcheck
# post_checkout:
# # Cancel building pull requests when there aren't changed in the docs directory or YAML file.
# # You can add any other files or directories that you'd like here as well,
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
]

autodoc_mock_imports = ["smartredis.smartredisPy"]
linkcheck_exclude_documents = ['changelog.rst']
linkcheck_timeout=2
suppress_warnings = ['autosectionlabel']

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit cabdeeb

Please sign in to comment.