Skip to content

Establers/ezcov

Repository files navigation

ezcov

packaging

auto-py-to-exe

auto-py-to-exe

  • add path : customtkinter root
  • add file : ezcov_config.yaml, ezcov_theme.json

main

image

select develop env

image

configure coverity server setting

image

sphinx

pip3 install sphinx

sphinx-quickstart --v : check install sphinx-quickstart

conf.py

import os
import sys
sys.path.insert(0, os.path.abspath('../'))

...

extensions = [
    'sphinx.ext.autodoc'
]

...

html_theme = 'sphinx_rtd_theme'

.\make.bat html

About

coverity cli -> gui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages