Skip to content

Commit

Permalink
[docs] Fix readthedocs build, bump version, remove year from "copyright"
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCeruti committed Mar 2, 2024
1 parent 3ab209b commit bb1462e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .readthedocs.yml
Expand Up @@ -10,12 +10,14 @@ build:
jobs:
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
# Install dependencies with 'docs' dependency group
- poetry install --only docs
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
# VIRTUAL_ENV needs to be set manually for now.
# See https://github.com/readthedocs/readthedocs.org/pull/11152/
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --only docs

sphinx:
configuration: docs/user/conf.py
4 changes: 2 additions & 2 deletions docs/user/conf.py
Expand Up @@ -16,7 +16,7 @@

# General information about the project.
project = "Linux Show Player"
copyright = "2022, Francesco Ceruti"
copyright = "Francesco Ceruti"
author = "Francesco Ceruti"

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -26,7 +26,7 @@
# The short X.Y version.
version = "0.6"
# The full version, including alpha/beta/rc tags.
release = "0.6"
release = "0.6.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit bb1462e

Please sign in to comment.