Merge pull request #569 from Arfs6/fixed-generating-documentation-readme

Fixed documentation generation step in readme
This commit is contained in:
José Manuel Delicado 2024-01-06 10:25:14 +01:00 committed by GitHub
commit 46c897221f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ Now that you have installed all these packages, you can run TW Blue from source
To generate the documentation in html format, navigate to the doc folder inside this repo. After that, run these commands:
`python document_importer.py`
`python documentation_importer.py`
`python generator.py`
The documentation will be generated, placing each language in a separate folder in the doc directory. Move these folders (for example `de`, `en`, `es`, `fr`, `it`, ...) to `src/documentation`, creating the directory if necessary.