Skip to content

Commit

Permalink
fix: lint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Oct 25, 2024
1 parent 8d1f3ce commit f98da8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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).
6 changes: 3 additions & 3 deletions docs/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
rm conf.py
2 changes: 1 addition & 1 deletion docs/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
# NOTE: Editable wheel should be installed separately.

0 comments on commit f98da8d

Please sign in to comment.