
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
########### docxbuilder ###########
.. image:: https://readthedocs.org/projects/docxbuilder/badge/?version=latest :target: https://docxbuilder.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
Docxbuilder is a Sphinx extension to build docx formatted documents.
.. note::
This extension is developed based on sphinx-docxbuilder
_. Though,
there is no compatibility between these extensions.
.. _sphinx-docxbuilder
: https://bitbucket.org/haraisao/sphinx-docxbuilder/
Requirements
:Python: 2.7, 3.5 or latter :Sphinx: 1.7.6 or later
Install
Use pip::
pip install docxbuilder
Usage
Add 'docxbuilder' to extensions
configuration of conf.py:
.. code:: python
extensions = ['docxbuilder']
and build your documents::
make docx
You can control the generated document by adding configurations into conf.py
:
.. code:: python
docx_documents = [ ('index', 'docxbuilder.docx', { 'title': project, 'creator': author, 'subject': 'A manual of docxbuilder', }, True), ] docx_style = 'path/to/custom_style.docx' docx_pagebreak_before_section = 1
For more details, see the documentation <https://docxbuilder.readthedocs.io/en/latest/>
_.
Generated docx file's design is customized by a style file
(The default style is docxbuilder/docx/style.docx
).
The style file is a docx file, which defines some paragraph,
character, and table styles.
The below lists shows typical styles.
Character styles:
Paragraph styles:
Table styles:
TODO
Licence
MIT Licence
FAQs
Sphinx docx builder extension
We found that docxbuilder demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.