Revision 6210494748e601c23cf6edf9ff1ae5adf47a3c4d authored by Madian Khabsa on 11 March 2021, 03:13:27 UTC, committed by Facebook GitHub Bot on 11 March 2021, 03:15:10 UTC
Summary:
Pull Request resolved: https://github.com/facebookresearch/mmf/pull/808

The current parser would fail if the opt value has `=` which is needed when providing filters. This diff takes the first occurrence of  `=` as the separator

Reviewed By: apsdehal

Differential Revision: D26955390

fbshipit-source-id: cedfb358de254a0c6d2a88744a0660984b045f47
1 parent c78a408
Raw File
requirements.txt
recommonmark==0.5.0
sphinx
sphinx_rtd_theme==0.4.3
sphinxcontrib-programoutput==0.16
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
back to top