Skip to content

Commit

Permalink
Merge pull request #325 from PTB-M4D/fix/rtd
Browse files Browse the repository at this point in the history
Fix ReadTheDocs after they changes some config defaults
  • Loading branch information
BjoernLudwigPTB committed Nov 1, 2023
2 parents 3e7a6bd + e4613a0 commit f1f5cc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .readthedocs.yml → .readthedocs.yaml
Expand Up @@ -7,21 +7,21 @@ version: 2
formats:
- epub
- htmlzip
- pdf

# Docker image to use for build process
build:
image: latest
os: ubuntu-22.04
tools:
python: "3.11"

# Python environment to build the docs for and install the library in
python:
version: "3.8"
install:
- requirements: requirements/requirements-py38.txt
- requirements: requirements/dev-requirements-py38.txt
- method: pip
path: .
- method: setuptools
path: .
extra_requirements:
- dev

# Sphinx configuration
sphinx:
Expand Down
Binary file added docs/PyDynamic_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.rst
@@ -1,6 +1,6 @@
:github_url: https://github.com/PTB-M4D/PyDynamic

.. image:: https://raw.githubusercontent.com/PTB-M4D/PyDynamic/main/docs/PyDynamic_logo.svg
.. image:: https://raw.githubusercontent.com/PTB-M4D/PyDynamic/main/docs/PyDynamic_logo.png
:alt: PyDynamic logo

Python library for the analysis of dynamic measurements
Expand Down

0 comments on commit f1f5cc9

Please sign in to comment.