Skip to content

Commit

Permalink
Merge pull request #201 from crazyscientist/187-rtd-pickle-error
Browse files Browse the repository at this point in the history
Docs: Updates
  • Loading branch information
frozenIceage authored Nov 4, 2024
2 parents eb449f5 + 250d7f4 commit 361d83a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.11"
python: "3.12"
sphinx:
configuration: doc/source/conf.py
python:
install:
- requirements: requirements.txt
- requirements: requirements_devel.txt
- requirements: requirements.txt
- requirements: requirements_devel.txt
13 changes: 7 additions & 6 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
# Disabling the extension because of https://github.com/sphinx-doc/sphinx/issues/13095
# 'sphinx.ext.viewcode',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -131,8 +132,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'OSCTiny.tex', 'OSC Tiny Documentation',
'Andreas Hasenkopf', 'manual'),
(master_doc, 'OSCTiny.tex', project + ' Documentation',
author, 'manual'),
]


Expand All @@ -141,7 +142,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'osctiny', 'OSC Tiny Documentation',
(master_doc, 'osctiny', project + ' Documentation',
[author], 1)
]

Expand All @@ -152,8 +153,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'OSCTiny', 'OSC Tiny Documentation',
author, 'OSCTiny', 'One line description of project.',
(master_doc, project, project + ' Documentation',
author, project, 'One line description of project.',
'Miscellaneous'),
]

Expand Down

0 comments on commit 361d83a

Please sign in to comment.