Currently, when building documentation, the process clones the openwisp-docs respository and checks out different branches (versions). This means local changes made to your working directory in the openwisp-docs repository are not included in the documentation build, which makes it difficult for contributors to test or preview their changes before pushing them upstream.
This setup complicates local testing and maintenance, as development edits are ignored during the build process.
Request:
Consider changing the build process so that it can reference local changes in the working directory, allowing contributors to verify modifications before opening a pull request.
Currently, when building documentation, the process clones the
openwisp-docsrespository and checks out different branches (versions). This means local changes made to your working directory in theopenwisp-docsrepository are not included in the documentation build, which makes it difficult for contributors to test or preview their changes before pushing them upstream.This setup complicates local testing and maintenance, as development edits are ignored during the build process.
Request:
Consider changing the build process so that it can reference local changes in the working directory, allowing contributors to verify modifications before opening a pull request.