diff --git a/docs/README.md b/docs/README.md index d401a96..6e20b65 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,4 +2,4 @@ The docs are built by using the [pytket-docs-theming](https://github.com/CQCL/pytket-docs-theming/) repository as a git submodule. If there are issues with the docs build, feel free to open an issue or pull request there. -For instructions on how to build the docs, take a look at the [extensions README](https://github.com/CQCL/pytket-docs-theming/blob/main/extensions/README.md). \ No newline at end of file +For instructions on how to build the docs, take a look at the [extensions README](https://github.com/CQCL/pytket-docs-theming/blob/main/extensions/README.md). diff --git a/docs/build-docs.sh b/docs/build-docs.sh index c1737ec..d96cdc2 100644 --- a/docs/build-docs.sh +++ b/docs/build-docs.sh @@ -12,9 +12,9 @@ EXTENSION_NAME="$(basename "$(dirname `pwd`)")" sed -i '' 's#CQCL/tket#CQCL/'$EXTENSION_NAME'#' _static/nav-config.js # Build the docs. Ensure we have the correct project title. -sphinx-build -b html -D html_title="$EXTENSION_NAME" . build +sphinx-build -b html -D html_title="$EXTENSION_NAME" . build # Remove copied files. This ensures reusability. -rm -r _static +rm -r _static rm -r quantinuum-sphinx -rm conf.py \ No newline at end of file +rm conf.py diff --git a/docs/install.sh b/docs/install.sh index 3ca1079..379bca1 100644 --- a/docs/install.sh +++ b/docs/install.sh @@ -6,4 +6,4 @@ cp pytket-docs-theming/extensions/poetry.lock . # Install the docs dependencies. Creates a .venv directory in docs poetry install -# NOTE: Editable wheel should be installed separately. \ No newline at end of file +# NOTE: Editable wheel should be installed separately.