Skip to content

Commit

Permalink
docs: minor changes in the generation
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomelo9 committed Aug 31, 2024
1 parent 0d95e01 commit 99f235e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/html
publish_dir: docs/build/html
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build
BUILDDIR = build
HELPERS = $(BUILDDIR)/hdl2bit $(BUILDDIR)/prj2bit $(BUILDDIR)/bitprog

help:
Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# -- Project information -----------------------------------------------------

project = 'PyFPGA'
copyright = '2024, Rodrigo Alejandro Melo'
author = 'Rodrigo Alejandro Melo'
copyright = '2016-2024, PyFPGA Project'
author = 'PyFPGA contributors'

# -- General configuration ---------------------------------------------------

Expand All @@ -31,9 +31,9 @@
'repositoy': ('https://github.com/PyFPGA/pyfpga/tree/main/%s', None)
}

exclude_patterns = ['_build', 'wip']
exclude_patterns = ['build']

# -- Options for HTML output -------------------------------------------------

html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']
html_static_path = ['images']
6 changes: 3 additions & 3 deletions docs/helpers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Helpers
hdl2bit
-------

.. literalinclude:: _build/hdl2bit
.. literalinclude:: build/hdl2bit

prj2bit
-------

.. literalinclude:: _build/prj2bit
.. literalinclude:: build/prj2bit

bitprog
-------

.. literalinclude:: _build/bitprog
.. literalinclude:: build/bitprog
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PyFPGA's documentation
======================

.. image:: _static/logo.png
.. image:: images/logo.png
:width: 200 px
:align: center
:target: https://github.com/PyFPGA/pyfpga
Expand Down

0 comments on commit 99f235e

Please sign in to comment.