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 6abc048
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions sphinx-docs/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if errorlevel 9009 (

REM Do some preprocessing, including copying over md files to the source directory so sphinx can find them,
REM and changing references to codefiles in md files to urls.
echo. Testing if this prints anything PETER
python preprocess.py

%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
Expand Down
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 6abc048

Please sign in to comment.