Skip to content

Commit

Permalink
Merge pull request #48 from daniel-mizsak/feature/fix-docs
Browse files Browse the repository at this point in the history
Fix failing docs
  • Loading branch information
daniel-mizsak authored Aug 10, 2024
2 parents 6edc75a + b62a715 commit e9c278c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/subtract_three.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Subtract three
========
==============

Example call
------------
Expand All @@ -14,6 +14,6 @@ To decrement the value of a number by three, use the `subtract_three` function.
Description of the `subtract_three` function:
---------------------------------------
---------------------------------------------

.. autofunction:: python_package_template.subtract_three
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ commands =
extras =
docs
commands =
sphinx-build -b html -d "{envtmpdir}{/}doctree" docs "{toxworkdir}{/}docs_out" --color
sphinx-build --builder html --doctree-dir "{envtmpdir}{/}doctree" \
docs "{toxworkdir}{/}docs_out" --color --fail-on-warning

0 comments on commit e9c278c

Please sign in to comment.