Skip to content

Commit

Permalink
docs: update cover, title, and copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jan 17, 2024
1 parent ae36b59 commit 6211eca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Set up PDM
uses: pdm-project/setup-pdm@v3
with:
python-version: '3.11'
python-version: '3.12'
- name: Install dependencies
run: |
pdm install --dev
Expand Down
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import os, sys
sys.path.insert(0, os.path.abspath("."))

import time
import amaranth

project = "Amaranth HDL toolchain"
project = "Amaranth language & toolchain"
version = amaranth.__version__.replace(".editable", "")
release = version.split("+")[0]
copyright = "2020—2023, Amaranth HDL developers"
copyright = time.strftime("2020—%Y, Amaranth project contributors")

extensions = [
"sphinx.ext.intersphinx",
Expand Down
9 changes: 6 additions & 3 deletions docs/cover.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Amaranth HDL documentation
##########################
.. This page is loaded if you click on the Amaranth logo.
Amaranth project documentation
##############################

.. toctree::
:maxdepth: 1

index
Board definitions <https://amaranth-lang.org/docs/amaranth-boards/latest/>
Standard I/O components <https://amaranth-lang.org/docs/amaranth-stdio/latest/>
System on Chip toolkit <https://amaranth-lang.org/docs/amaranth-soc/latest/>

0 comments on commit 6211eca

Please # to comment.