Skip to content

Commit

Permalink
poetry update
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed May 30, 2022
1 parent 0eaf1b1 commit be10b33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ build:
jobs:
pre_create_environment:
- asdf plugin add poetry
- asdf install poetry 1.2.0b1
- asdf global poetry 1.2.0b1
- asdf install poetry latest
- asdf global poetry latest
- poetry config virtualenvs.create false
post_install:
- poetry --version
Expand Down
5 changes: 1 addition & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@
}
html_logo = "img/zntrack.png"
html_favicon = "img/zntrack_favicon.png"
html_theme_options = {
"logo_only": True,
"display_version": False,
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

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

0 comments on commit be10b33

Please sign in to comment.