Skip to content
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

Adding sphinxcontrib-confluencebuilder to the supported extensions #12

Open
jmpicnic opened this issue Dec 14, 2021 · 1 comment
Open

Comments

@jmpicnic
Copy link

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

@@ -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

@miurahr
Copy link

miurahr commented Dec 16, 2022

You can put your extension files in _extentions/ copied from venv/lib/ and point it in conv.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants