Skip to content

Commit

Permalink
馃摎 Fix RTD build (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Nov 24, 2023
1 parent ebf989f commit f313a09
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8"

python:
version: "3.8"
install:
- method: pip
path: .
Expand Down
2 changes: 1 addition & 1 deletion docs/syntax/optional.md
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ based on the [reStructureText syntax](https://docutils.sourceforge.io/docs/ref/r
```
:::

A prominent use case of field lists is for use in API docstrings, as used in [Sphinx's docstring renderers](inv:sphinx#python-domain):
A prominent use case of field lists is for use in API docstrings, as used in [Sphinx's docstring renderers](inv:sphinx#usage/domains/python):

:::{myst-example}
```{py:function} send_message(sender, priority)
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ rtd = [
"sphinx-pyscript",
"sphinx-tippy>=0.3.1",
"sphinx-autodoc2~=0.4.2",
"astroid<3", # see https://github.com/sphinx-extensions2/sphinx-autodoc2/issues/31
"sphinx-togglebutton",
]
testing = [
Expand Down

0 comments on commit f313a09

Please sign in to comment.