Skip to content

Commit

Permalink
version 3.9.2 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
sailoog committed Jan 10, 2024
1 parent 5847ed2 commit 6022664
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 3 deletions.
35 changes: 35 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
# builder: "dirhtml"
# Fail on all warnings to avoid broken references
# fail_on_warning: true

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - 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: requirements.txt
6 changes: 6 additions & 0 deletions _build/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
openplotter-doc (3.9.2-stable) bullseye; urgency=medium

* Remove MacArthur HAT

-- Sailoog <info@sailoog.com> Wed, 10 Jan 2024 20:26:36 +0100

openplotter-doc (3.9.1-stable) bullseye; urgency=medium

* Update OpenCPN chapter to add PPA source
Expand Down
5 changes: 2 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
]
extensions = []

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -58,7 +57,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx_rtd_theme

0 comments on commit 6022664

Please sign in to comment.