Skip to content

More information on web servers #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 26, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gr8 commit msg m9

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
[Click here to go to the GitHub wiki with the developer's manual.](https://isiscomputinggroup.github.io/ibex_developers_manual/)

## Development workflow
To run this manual under sphinx locally first create a virtual environment with `python -m venv .venv` and activate it. After this install the requirements by running `python -m pip install .`

Then to build the sphinx documentation use `python -m sphinx-autobuild doc _build`.
See [Building the wiki locally](https://isiscomputinggroup.github.io/ibex_developers_manual/Editing-the-Wiki.html#building-the-wiki-locally) for instructions on local development.