Skip to content

Commit

Permalink
Looking into potential doc build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
omaciel committed Apr 12, 2024
1 parent 3a7f3a9 commit d3fca4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "latest"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
Expand All @@ -23,13 +23,12 @@ sphinx:
# fail_on_warning: true

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
formats: all
# - epub

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

# General information about the project.
project = "FauxFactory"
copyright = "2014-2017, Og Maciel" # pylint:disable=redefined-builtin
copyright = "2014-2024, Og Maciel" # pylint:disable=redefined-builtin

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down

0 comments on commit d3fca4b

Please sign in to comment.