diff --git a/conf.py b/conf.py index 5798bf903..9fbc4901b 100644 --- a/conf.py +++ b/conf.py @@ -78,18 +78,22 @@ # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path exclude_patterns = [ + '.devcontainer', + '.DS_Store', '_build', 'Thumbs.db', - '.DS_Store', + # Directories to exclude + 'local/*', + 'scripts/*', + 'transifex/*', + 'venv/*', + 'dash-core-src', + # Docs related files to exclude + 'CLAUDE.md', 'README.md', - '.devcontainer', - 'transifex', 'docs/core/api/ai-prompt.md', 'docs/img/dev/gifs/README.md', 'docs/user/wallets/electrum/dip3_p2sh_howto.md', - 'scripts/*', - 'venv', - 'dash-core-src' ] # The name of the Pygments (syntax highlighting) style to use. diff --git a/docs/user/masternodes/hosting.rst b/docs/user/masternodes/hosting.rst index d2bd3bd8d..ffe091f87 100644 --- a/docs/user/masternodes/hosting.rst +++ b/docs/user/masternodes/hosting.rst @@ -78,25 +78,6 @@ https://dashmasternode.io - `Email `__ -Pool of Stake -------------- - -.. image:: img/pool-of-stake.svg - :width: 200px - :align: right - :target: https://www.poolofstake.io - -https://www.poolofstake.io - -- Operated by: Pool of Stake OÜ -- Services: Hosting, Shares -- 15% of masternode payments (5% with tokens) -- `Site `__ -- `Email `__ -- `Twitter `__ -- `Telegram `__ - - NodeHub.io ----------