Skip to content
Snippets Groups Projects
Commit 4fe2feac authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix modules page

parent 52bbaf0e
No related branches found
No related tags found
No related merge requests found
Pipeline #62638 failed with stages
in 1 minute and 24 seconds
...@@ -8,6 +8,8 @@ test*.txt ...@@ -8,6 +8,8 @@ test*.txt
satella.sublime* satella.sublime*
hs_err_pid*.log hs_err_pid*.log
*.pydevproject *.pydevproject
docs/modules.rst
docs/satella.*.rst
.coverage.* .coverage.*
.project .project
venv venv
...@@ -20,6 +22,7 @@ lock ...@@ -20,6 +22,7 @@ lock
bin/ bin/
tmp/ tmp/
*.tmp *.tmp
docs/satella.rst
*.bak *.bak
*.swp *.swp
*~.nib *~.nib
......
...@@ -7,6 +7,7 @@ pages: ...@@ -7,6 +7,7 @@ pages:
stage: build stage: build
script: script:
- cd docs - cd docs
- sphinx-apidoc -o . ../satella
- make html - make html
- cd .. - cd ..
- mv docs/_build/html public - mv docs/_build/html public
......
# v2.25.8 # v2.25.8
* _TBA_ * fixed the modules page
# v2.25.7 # v2.25.7
......
...@@ -16,9 +16,9 @@ Satella uses semantic_ versioning 2.0 for your convenience. ...@@ -16,9 +16,9 @@ Satella uses semantic_ versioning 2.0 for your convenience.
.. _semantic: https://semver.org/spec/v2.0.0.html .. _semantic: https://semver.org/spec/v2.0.0.html
I believe you've already covered project's primary README at GitHub_. If not, please indulge. I believe you've already covered project's primary README at GitLab_. If not, please indulge.
.. _GitHub: https://github.com/piotrmaslanka/satella .. _GitHub: https://git.dms-serwis.com.pl/smokserwis/satella
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
......
...@@ -26,11 +26,11 @@ if errorlevel 9009 ( ...@@ -26,11 +26,11 @@ if errorlevel 9009 (
exit /b 1 exit /b 1
) )
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% c:\python311\scripts\%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end goto end
:help :help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% c:\python311\scripts\%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end :end
popd popd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment