• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisiona8bedfd82acd6a05f5f80c81c0323c5fa7b2c9df (tree)
Time2024-04-30 20:22:38
AuthorAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Log Message

cleanup-conf

Change Summary

Incremental Difference

diff -r 0ed6ca4e42bd -r a8bedfd82acd Makefile
--- a/Makefile Tue Apr 30 10:51:27 2024 +0200
+++ b/Makefile Tue Apr 30 13:22:38 2024 +0200
@@ -41,6 +41,7 @@
4141
4242 cleaner veryclean: clean
4343 rm -rf ${OUTd}*
44+ rm -rf `find . -type d -name __pycache__`
4445
4546 cleanest: cleaner; #nothing extra
4647
diff -r 0ed6ca4e42bd -r a8bedfd82acd _std_settings/conf/std_conf.py
--- a/_std_settings/conf/std_conf.py Tue Apr 30 10:51:27 2024 +0200
+++ b/_std_settings/conf/std_conf.py Tue Apr 30 13:22:38 2024 +0200
@@ -13,7 +13,7 @@
1313
1414 master_doc = 'index'
1515 source_suffix = '.rst'
16-exclude_patterns = ['**/.#*', '**/_*', 'VENV']
16+exclude_patterns = ['**/.#*', '**/_*', '*VENV*']
1717 html_static_path = ['_std_settings/static/']
1818 templates_path = ['_templates']
1919
diff -r 0ed6ca4e42bd -r a8bedfd82acd requirements.txt
--- a/requirements.txt Tue Apr 30 10:51:27 2024 +0200
+++ b/requirements.txt Tue Apr 30 13:22:38 2024 +0200
@@ -1,8 +1,7 @@
11 sphinx==6.2.1
22 ablog
3-#sphinxcontrib-plantuml==0.23
43 sphinxcontrib-plantuml
54 sphinxcontrib-needs==0.7.9
65 sphinxcontrib-needs
76 sphinx_rtd_theme
8-#urllib3==1.26.4
7+