Skip to content

Commit

Permalink
docs: Update sphinx to 6.2.1
Browse files Browse the repository at this point in the history
No breaking changes.

This version requires Python 3.10 for deps to correctly install,
otherwise the version of sphinx-autobuild and sphinxcontrib-* packages
would have to pinned.
  • Loading branch information
matejmatuska committed Jul 17, 2024
1 parent 1d78fe5 commit 3c50bc0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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'
# highlight_language = "python"

# List of patterns, relative to source directory, that match files and
Expand Down
3 changes: 1 addition & 2 deletions docs/source/deprecation.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,8 @@ before the definition of the `produce_answer` function. But if we do the same
for the test function, we will get an error (see that we have now just one
deprecation warning now):

```python
```
| 21:59:57 | conftest | INFO | conftest.py | Actor 'foo_producer' context teardown complete

repos/system_upgrade/el7toel8/actors/fooproducer/tests/test_unit_fooproducer.py::test_process FAILED
====================================================== FAILURES ======================================================
Expand Down
4 changes: 2 additions & 2 deletions docs/source/devenv-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $ pip install git+https://github.com/oamg/leapp
```

Once the framework is installed, you can use the snactor tool.
```shell
```
$ snactor --help
usage: snactor [-h] [--version] [--logger-config LOGGER_CONFIG]
[--config CONFIG] [--verbose] [--debug]
Expand All @@ -65,7 +65,7 @@ Optional arguments:
--debug Enables debug mode
Main commands:
new-tag Create a new tag
new-model Creates a new model
run Execute the given actor
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ sphinxcontrib-jquery
docutils
CommonMark
myst-parser
sphinx==5.3.0
sphinx==6.2.1
sphinx-autobuild

0 comments on commit 3c50bc0

Please sign in to comment.