Skip to content

Commit

Permalink
Merge pull request #560 from simondeziel/misc-improvements
Browse files Browse the repository at this point in the history
Misc improvements
  • Loading branch information
tomponline committed Oct 2, 2023
2 parents 274cc17 + e9cd2fb commit 13fa876
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
labels: []
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Create Release
uses: ncipollo/release-action@v1
Expand Down
27 changes: 11 additions & 16 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Use the latest image - see https://github.com/readthedocs/readthedocs-docker-images
build:
image: latest
os: ubuntu-22.04
tools:
python: "3"

sphinx:
configuration: doc/source/conf.py
configuration: doc/source/conf.py

formats:
- pdf
- epub
- pdf
- epub

python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- docs
install:
- method: pip
path: .
extra_requirements:
- docs
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# General information about the project.
project = "pylxd"
copyright = "2016-2018, Canonical Ltd"
copyright = "2016-2023, Canonical Ltd"

# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
Expand Down

0 comments on commit 13fa876

Please sign in to comment.