Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
A Sphinx HTML Theme based on the arctic, north-bluish colour palette <https://www.nordtheme.com/>
_.
On Sphinx project’s conf.py
: set the theme name to mrtools
.
.. code:: python
html_theme = "mrtools"
See details on Sphinx theming docs <http://www.sphinx-doc.org/en/master/theming.html#using-a-theme>
_.
GNU AFFERO GENERAL PUBLIC LICENSE Version 3
Upgrade your setup tools and pip. They are needed for development and testing only:
.. code:: bash
pip install --upgrade setuptools pip wheel
Development steps for code changes
.. code:: bash
git clone https://gitlab.com/anatas_ch/pyl_mrtoolstheme.git cd pyl_mrtoolstheme pip install -e .
Then install relevant development requirements:
.. code:: bash
pip install -r requirements_rnd.txt
docs
folder contains theme's own documentation.
.. code:: bash
cd docs make clean; make html
Once you have finished your changes, please provide test case(s) and relevant documentation.
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog <https://keepachangelog.com/en/1.0.0/>
,
and this project adheres to Semantic Versioning <https://semver.org/spec/v2.0.0.html>
.
versionadded
, versionchanged
and deprecated
code-block
caption
code-block
in a admonition
is not rendered properlyFAQs
mrtoolstheme: a Sphinx theme
We found that mrtoolstheme 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
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.