Skip to content

Commit

Permalink
Adjust Sphinx documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
elchupanebrej committed Oct 6, 2024
1 parent 401cb5f commit f235882
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
"page_width": "auto",
"page_width": "100%",
}

# Add any paths that contain custom themes here, relative to this directory.
Expand Down
9 changes: 3 additions & 6 deletions docs/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,15 @@ Features



Tutrorial
---------
Tutorial
--------

Launch.feature
##############

.. include:: ../features/Tutrorial/Launch.feature
.. include:: ../features/Tutorial/Launch.feature
:code: gherkin

Tutorial
--------

Step definition
---------------

Expand Down
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.. toctree::
:glob:

*

Welcome to Pytest-BDD-NextGeneration's documentation!
=====================================================

.. include:: ../README.rst

.. contents::

.. toctree::
:glob:

*

.. include:: features.rst

.. include:: ../DOCUMENTATION.rst
Expand Down
File renamed without changes.

0 comments on commit f235882

Please sign in to comment.