Fix dokumentace #115

Open
ledoian wants to merge 1 commit from fix-doku into master
Owner

Bylo to rozbitý, teď už není.

Co má fungovat (pozor, silně destruktivní!):

deactivate || true
git clean -ffxd
PYTHON=python3.13 make/install
. env/bin/activate
./manage.py migrate
cd docs
make html

Bude asi potřeba prozkoumat, jak vrátit sphinxcontrib-django, nebo jak se obejít bez něj, popř. najít alternativu…

Bylo to rozbitý, teď už není. Co má fungovat (pozor, silně destruktivní!): ``` deactivate || true git clean -ffxd PYTHON=python3.13 make/install . env/bin/activate ./manage.py migrate cd docs make html ``` Bude asi potřeba prozkoumat, jak vrátit `sphinxcontrib-django`, nebo jak se obejít bez něj, popř. najít alternativu…
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix-doku:fix-doku
git switch fix-doku

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff fix-doku
git switch fix-doku
git rebase master
git switch master
git merge --ff-only fix-doku
git switch fix-doku
git rebase master
git switch master
git merge --no-ff fix-doku
git switch master
git merge --squash fix-doku
git switch master
git merge --ff-only fix-doku
git switch master
git merge fix-doku
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mam/mamweb!115
No description provided.