Skip to content

Commit

Permalink
Merge pull request #755 from Hugovdberg/update_docs
Browse files Browse the repository at this point in the history
docs: Update docs
  • Loading branch information
Hugovdberg authored Jun 21, 2024
2 parents 87b1b01 + f8082f8 commit 13c0717
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PIconnect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# pragma pylint: enable=unused-import

__version__ = "0.11.0"
__version__ = "0.11.1"
__sdk_version = tuple(int(x) for x in AF.PISystems().Version.split("."))

__all__ = [
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ PyYAML = "*"
# "flake8" = "*"
twine = "*"
coverage = ">=6.0b1"
pydata-sphinx-theme = "*"

[requires]
python_version = "3.10"
Expand Down
37 changes: 35 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __getattr__(cls, name) -> MagicMock: # type: ignore

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = "default"
html_theme = "pydata_sphinx_theme"
# html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ convention = "numpy"


[tool.bumpversion]
current_version = "0.11.0"
current_version = "0.11.1"
tag = false
commit = true
message = "chore: Bump version: {current_version} → {new_version}"
Expand Down

0 comments on commit 13c0717

Please sign in to comment.