We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all, thanks a lot for your work on this plug-in
Would it be possible to add sphinxcontrib-confluencebuilder to the bundled extensions? (https://sphinxcontrib-confluencebuilder.readthedocs.io/en/stable/configuration/)
sphinxcontrib-confluencebuilder
Alternatively, would it be possible to have a way to add additional extensions to the plug-in?
Looking at the code, it seems that the only file that would need changing would be:
2-install-pkgs.sh
@@ -24,6 +24,7 @@ pip install \ 'git+https://github.com/sphinx-contrib/youtube.git@635c8a908e3cac552ce43293c1516e7270cc4ce8#egg=sphinxcontrib.youtube' \ 'sphinxemoji==0.1.8' \ 'sphinx-markdown-tables==0.0.15' + 'sphinxcontrib-confluencebuilder==1.7.1'
plus the tests and readme.
Thanks a lot for any help. I'd be glad to contribute a PR if needed. I don't have easy access to a travis builder, so I can't test the build myself.
Thanks
Miguel
The text was updated successfully, but these errors were encountered:
You can put your extension files in _extentions/ copied from venv/lib/ and point it in conv.py.
_extentions/
venv/lib/
conv.py
Sorry, something went wrong.
No branches or pull requests
First of all, thanks a lot for your work on this plug-in
Would it be possible to add
sphinxcontrib-confluencebuilder
to the bundled extensions? (https://sphinxcontrib-confluencebuilder.readthedocs.io/en/stable/configuration/)Alternatively, would it be possible to have a way to add additional extensions to the plug-in?
Looking at the code, it seems that the only file that would need changing would be:
2-install-pkgs.sh
plus the tests and readme.
Thanks a lot for any help. I'd be glad to contribute a PR if needed. I don't have easy access to a travis builder, so I can't test the build myself.
Thanks
Miguel
The text was updated successfully, but these errors were encountered: