Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Trigger build for new URL
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhessey committed Jul 21, 2022
1 parent ec49d05 commit cf03a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sphinx-docs/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def replace_in_file(filepath: Path, original_str: str, replace_str: str) -> None
docs_root = sphinx_root / "source" / "docs"
repository_url = "https://github.com/microsoft/InnerEye-DeepLearning"

# copy README.md and doc files
# copy README.md and CHANGELOG.md files
shutil.copy(repository_root / "README.md", docs_root)
shutil.copy(repository_root / "CHANGELOG.md", docs_root)

Expand Down
2 changes: 1 addition & 1 deletion sphinx-docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ InnerEye-DeepLearning Documentation

.. toctree::
:maxdepth: 1
:caption: Further reading for contributors
:caption: Further reading for contributors and Peter

docs/pull_requests.md
docs/testing.md
Expand Down

0 comments on commit cf03a49

Please sign in to comment.