File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 19
19
uses : peaceiris/actions-gh-pages@v4
20
20
with :
21
21
github_token : ${{ secrets.GITHUB_TOKEN }}
22
- publish_dir : docs/_build /html
22
+ publish_dir : docs/build /html
Original file line number Diff line number Diff line change 1
1
SPHINXOPTS ?=
2
2
SPHINXBUILD ?= sphinx-build
3
3
SOURCEDIR = .
4
- BUILDDIR = _build
4
+ BUILDDIR = build
5
5
HELPERS = $(BUILDDIR ) /hdl2bit $(BUILDDIR ) /prj2bit $(BUILDDIR ) /bitprog
6
6
7
7
help :
Original file line number Diff line number Diff line change 8
8
# -- Project information -----------------------------------------------------
9
9
10
10
project = 'PyFPGA'
11
- copyright = '2024, Rodrigo Alejandro Melo '
12
- author = 'Rodrigo Alejandro Melo '
11
+ copyright = '2016- 2024, PyFPGA Project '
12
+ author = 'PyFPGA contributors '
13
13
14
14
# -- General configuration ---------------------------------------------------
15
15
31
31
'repositoy' : ('https://github.com/PyFPGA/pyfpga/tree/main/%s' , None )
32
32
}
33
33
34
- exclude_patterns = ['_build' , 'wip ' ]
34
+ exclude_patterns = ['build ' ]
35
35
36
36
# -- Options for HTML output -------------------------------------------------
37
37
38
38
html_theme = 'sphinx_rtd_theme'
39
- html_static_path = ['_static ' ]
39
+ html_static_path = ['images ' ]
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ Helpers
4
4
hdl2bit
5
5
-------
6
6
7
- .. literalinclude :: _build /hdl2bit
7
+ .. literalinclude :: build /hdl2bit
8
8
9
9
prj2bit
10
10
-------
11
11
12
- .. literalinclude :: _build /prj2bit
12
+ .. literalinclude :: build /prj2bit
13
13
14
14
bitprog
15
15
-------
16
16
17
- .. literalinclude :: _build /bitprog
17
+ .. literalinclude :: build /bitprog
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
PyFPGA's documentation
2
2
======================
3
3
4
- .. image :: _static /logo.png
4
+ .. image :: images /logo.png
5
5
:width: 200 px
6
6
:align: center
7
7
:target: https://github.com/PyFPGA/pyfpga
You can’t perform that action at this time.
0 commit comments