You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I've been following the instructions in 29. Developing in django-formset to build the library locally, but I've encountered a few issues along the way. Some of these are minor and might benefit from documentation updates, while one is currently blocking me. Here’s a summary:
Documentation Suggestions:
For setting DJANGO_DEBUG:
On Unix/Git Bash: export DJANGO_DEBUG=true
On Windows CMD: set DJANGO_DEBUG=true
Maybe both variants should be added for clarity?
Activating the virtual environment in Windows CMD:
call .venv/Scripts/Activate (since .venv starts with a dot).
Steps Taken
The sphinx-build command was not recognized. I resolved this by running:
pip install -U sphinx
Additional dependencies were required:
pip install sphinx-toolbox
pip install furo
Current Blocking Issue:
When running the sphinx-build command, I encountered the following error:
Extension error (sphinx_view.builders):
Handler <function process_django_views at 0x000001A1ECA41120> for event 'env-updated' threw an exception (exception: 'charmap' codec can't encode character '\u03a9' in position 493: character maps to <undefined>)
On a first glance it eems the error is related to the character \u03a9 (Greek capital omega), though I’ve reviewed docs/source and sphinx_view code but couldn't pinpoint the root cause.
The text was updated successfully, but these errors were encountered:
When running the sphinx-build command, I encountered the following error:
This is weird. Without more context it's impossible to explain this. Please try to create the deployable project using the Docker file provided in .deployment.
Hi!
I've been following the instructions in 29. Developing in django-formset to build the library locally, but I've encountered a few issues along the way. Some of these are minor and might benefit from documentation updates, while one is currently blocking me. Here’s a summary:
Documentation Suggestions:
For setting
DJANGO_DEBUG
:export DJANGO_DEBUG=true
set DJANGO_DEBUG=true
Maybe both variants should be added for clarity?
Activating the virtual environment in Windows CMD:
call .venv/Scripts/Activate
(since.venv
starts with a dot).Steps Taken
The
sphinx-build
command was not recognized. I resolved this by running:pip install -U sphinx
Additional dependencies were required:
pip install sphinx-toolbox
pip install furo
Current Blocking Issue:
When running the
sphinx-build
command, I encountered the following error:On a first glance it eems the error is related to the character
\u03a9
(Greek capital omega), though I’ve revieweddocs/source
andsphinx_view
code but couldn't pinpoint the root cause.The text was updated successfully, but these errors were encountered: