Skip to content

Commit

Permalink
[docs] sphinx 1.4->5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Feb 2, 2023
1 parent a2f8a82 commit f49ef6e
Show file tree
Hide file tree
Showing 36 changed files with 274 additions and 426 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ ARG NAME=ros-${ROS_DISTRO}
# devcontainer configuration (esp. for qt, X11).
#
RUN apt-get update && apt-get install -y --no-install-recommends
# Docs
python3-venv
# Dot
# python3-pydot \
# Qt
Expand Down
28 changes: 16 additions & 12 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"
apt_packages:
- graphviz

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py
configuration: docs/sources/conf.py
fail_on_warning: true

# Build your docs in additional formats such as PDF and ePub
# [], all, or - epub, - pdf
formats: []
# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf

# Optionally declare the Python requirements required to build your docs
python:
version: 3.6
install:
- requirements: doc/requirements.txt
# Unfortunately can only do this from pip
# - method: setuptools
# path: .
# extra_requirements:
# - docs
install:
- requirements: docs/requirements.txt
2 changes: 0 additions & 2 deletions doc/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions doc/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.rst

This file was deleted.

0 comments on commit f49ef6e

Please sign in to comment.