From 9318d62fd2283c688403b411d840fe3e7e23e160 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 22 Jan 2024 13:08:32 -0500 Subject: [PATCH] docs(rtd): various cleanup (#2066) * fix tab title to FloPy -- FloPy documentation * remove link to empty/broken search page from main.rst * update version in main.rst to 6.5.0.dev0 * update copyright year in conf.py to 2024 --- .docs/conf.py | 4 ++-- .docs/main.rst | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.docs/conf.py b/.docs/conf.py index 0113ff54c1..a88ef3b9ab 100644 --- a/.docs/conf.py +++ b/.docs/conf.py @@ -105,8 +105,8 @@ os.system(" ".join(cmd)) # -- Project information ----------------------------------------------------- -project = "FloPy Documentation" -copyright = f"2022, {__author__}" +project = "FloPy" +copyright = f"2024, {__author__}" author = __author__ # The version. diff --git a/.docs/main.rst b/.docs/main.rst index 8b4fb30a27..8dc3de0b0e 100644 --- a/.docs/main.rst +++ b/.docs/main.rst @@ -3,9 +3,12 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. +FloPy +===== + .. image:: _images/flopylogo.png -**Documentation for version 3.5.0.dev0** +**Documentation for version 3.6.0.dev0** Documentation is generated with Sphinx from the `FloPy repository `_. @@ -29,4 +32,3 @@ Indices and tables * :ref:`genindex` * :ref:`modindex` -* :ref:`search`