New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sphinxcontrib-menesbuilder

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sphinxcontrib-menesbuilder

menesbuilder is a Sphinx extension for menes PDF generates web application

  • 0.3.1
  • PyPI
  • Socket score

Maintainers
1

Menes builder

menesubuilder is an sphinx extension which can use menes PDF generates web service.

Hob to install

::

% pip install sphinxcontrib-menesbuilder

How to Use

  1. add these to conf.py

    ::

    menes_email = "your_mailaddress@example.com"

    If you want to use your own menes server, set like this.

    ::

    menes_url = "http://your.menes.eample.com/menes/root"

    Default serverside command is "make latexpdf" but if you want to run "make latexpdfja", set menes_command.

    ::

    menes_command = "latexpdfja"

  2. build using menesbuilder

    ::

    % sphinx-build -b menesbuilder -d _build/doctrees . .

    or if you separete source dire,

    % sphinx-build -b menesbuilder source .

    where first "." is source dir and last "." specify where is the root directory.

  3. wait.

  4. you will receive an email which includes PDF link

    notice: PDF will be deleted shortely about 1 week.

  5. if build failed, the fail log will be emailed.

License

New BSD

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc