Giter VIP home page Giter VIP logo

email's People

Contributors

lcnittl avatar mforbes avatar pre-commit-ci[bot] avatar rexut avatar s0undt3ch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

email's Issues

add coverage token ?

in #18 I set up everything fo package coverage using codecov, once it get merge would you like to create a codecov token and add it to github actions so that we run the last piece of the unit.yaml file ?

make the role compatible with other build ?

at the moment the role is only meant to be used in html builder as it launch a raw docutils node.
What about making it compatible with others ? by linking it to existing node (as the obfuscation is obviously not needed in pdf)

drop pre-commit ci ?

In #18, I set up some unit tests using a pre-commit github actions. It takes 5s to run on github and avoid relying on multiple CI/CD plugin.
Also note that ruff/flake8 make pre-commit fails without automatic fix meaning that pre-commit.ci is just failing like a normal action without providing automatic solutions.

Automode error if multiple headers on same level

comf.py:

email_automode = True

file.rst:

Header 1
--------

This is an email address [email protected], sure.


Header 2
--------

More text.

STDOUT:

Handler <function html_page_context_handler at 0x00000200D381E550> for event 'html-page-context'
threw an exception (exception: Multiple elements found (div, div))

Support for Python 3.6?

Hi, the v0.1 which is pip-installed with Python 3.6 fails with

  File ".../VirtualEnv/Python3.6/lib/python3.6/site-packages/sphinxcontrib/email.py", line 15, in <module>
    rot_13_trans = string.maketrans(
AttributeError: module 'string' has no attribute 'maketrans'

but later versions only support Python 3.7+.

the sphinxcontrib.email extension does not declare if it is safe for parallel reading

I got this error when trying to build my docs in parallel mode using -j auto:

WARNING: the sphinxcontrib.email extension does not declare if it is safe for parallel reading, assuming it isn't - please ask the extension author to check and make it explicit
WARNING: doing serial read

It seems pretty straightforward, but I don't know much about writing extensions: https://www.sphinx-doc.org/en/master/extdev/index.html#extension-metadata

Thanks !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.