Skip to content

Commit

Permalink
docs: improve docs (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored Aug 29, 2023
1 parent a08905d commit 4af448c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

from datetime import datetime
from importlib.metadata import version

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "Stable Gym"
copyright = f"{datetime.now().year}, Rick Staa"
author = "Rick Staa"
Expand Down
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
Welcome to Stable Gym's documentation
=====================================

.. image:: ./images/cart_pole_header.jpeg
.. image:: /images/cart_pole_header.jpeg
:alt: Stable Gym
:width: 80%
:align: center

Expand Down

0 comments on commit 4af448c

Please sign in to comment.