File tree Expand file tree Collapse file tree 2 files changed +10
-25
lines changed
Expand file tree Collapse file tree 2 files changed +10
-25
lines changed Original file line number Diff line number Diff line change 7878# directories to ignore when looking for source files.
7979# This patterns also effect to html_static_path and html_extra_path
8080exclude_patterns = [
81+ '.devcontainer' ,
82+ '.DS_Store' ,
8183 '_build' ,
8284 'Thumbs.db' ,
83- '.DS_Store' ,
85+ # Directories to exclude
86+ 'local/*' ,
87+ 'scripts/*' ,
88+ 'transifex/*' ,
89+ 'venv/*' ,
90+ 'dash-core-src' ,
91+ # Docs related files to exclude
92+ 'CLAUDE.md' ,
8493 'README.md' ,
85- '.devcontainer' ,
86- 'transifex' ,
8794 'docs/core/api/ai-prompt.md' ,
8895 'docs/img/dev/gifs/README.md' ,
8996 'docs/user/wallets/electrum/dip3_p2sh_howto.md' ,
90- 'scripts/*' ,
91- 'venv' ,
92- 'dash-core-src'
9397]
9498
9599# The name of the Pygments (syntax highlighting) style to use.
Original file line number Diff line number Diff line change @@ -78,25 +78,6 @@ https://dashmasternode.io
7878- `Email <sidhosting@protonmail.com >`__
7979
8080
81- Pool of Stake
82- -------------
83-
84- .. image :: img/pool-of-stake.svg
85- :width: 200px
86- :align: right
87- :target: https://www.poolofstake.io
88-
89- https://www.poolofstake.io
90-
91- - Operated by: Pool of Stake OÜ
92- - Services: Hosting, Shares
93- - 15% of masternode payments (5% with tokens)
94- - `Site <https://www.poolofstake.io >`__
95- - `Email <mail@poolofstake.io >`__
96- - `Twitter <https://twitter.com/poolofstake >`__
97- - `Telegram <https://telegram.me/poolofstake >`__
98-
99-
10081NodeHub.io
10182----------
10283
You can’t perform that action at this time.
0 commit comments