From bdf52d7a2607122c5ed816be01b3ddabc3262454 Mon Sep 17 00:00:00 2001 From: Martin Majlis Date: Sat, 4 Jan 2025 23:40:40 +0100 Subject: [PATCH] 2024-01-04: Small adjustments (#243) * 2024-01-04: Small adjustments * Make index.rst symlink to README.rst --- .github/workflows/release.yml | 2 +- conf.py | 2 +- index.rst | 9 +-------- 3 files changed, 3 insertions(+), 10 deletions(-) mode change 100644 => 120000 index.rst diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df52e7c..2e09726 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python: ["3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"] + python: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10"] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 diff --git a/conf.py b/conf.py index d6d3404..99a5aa1 100644 --- a/conf.py +++ b/conf.py @@ -50,7 +50,7 @@ # General information about the project. project = "Wikipedia Python API" -copyright = '2017-2023, Martin Majlis' +copyright = '2017-2025, Martin Majlis' author = "Martin Majlis" # The version info for the project you're documenting, acts as replacement for diff --git a/index.rst b/index.rst deleted file mode 100644 index 37c01eb..0000000 --- a/index.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. toctree:: - :maxdepth: 2 - - README - API - CHANGES - DEVELOPMENT - wikipediaapi/api diff --git a/index.rst b/index.rst new file mode 120000 index 0000000..92cacd2 --- /dev/null +++ b/index.rst @@ -0,0 +1 @@ +README.rst \ No newline at end of file